The official Javascript SDK for interacting with RenVM.
- RenBridge (bridge.renproject.io): Link out to RenBridge if you require users to have renBTC and other bridged assets.
- RenJS (
RenJS
repository): An SDK for integrating into your own user interface. - RenTX (
RenTX
repository): A wrapper around RenJS to make handling transaction state easier. - Multiwallet (
Multiwallet UI
repository): A library for handling user wallet connections for various blockchains.
See ./packages/lib/ren/README.md for basic usage, and the Getting Started Tutorial for a guide on bridging assets.
See the Releases page.
Clone the repository, install the dependencies and build:
git clone git@github.com:renproject/ren-js.git && cd ren-js
yarn && yarn run link-all
yarn build
You can now use your local RenJS
build by running the following in the target repository:
yarn link @renproject/ren
See ./packages/README.md.