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