Ravencoin applications don't have to be castodial wallet anymore.
With rvn-wallet-bridge.js
, they can request flexible actions to their users' wallet.
yarn add rvn-wallet-bridge
import RVNWalletBridge from "rvn-wallet-bridge"
const injected = window.ravencoin
if (!injected || !injected.wallet) {
console.log("RVNWalletBridge wallet isn't injected!")
return
}
const rvnWalletBridge = new RVNWalletBridge(injected.wallet)
assets are anything you can possibly think of that have been digitally embedded in the ravencoin blockchain forever.
Documentation can be found at GitHub Pages.
- Node.js
- npm
- yarn
$ yarn
$ yarn build