Beet-js is the client lib for Beet, a stand-alone key-manager and signing app for BitShares.
npm install @beetapp/beet-jsBeetJS is the client library for interaction with Beet (https://github.com/bitshares/beet).
npm install @beetapp/beet-js
The browser bundle is built using webpack and can be found in
dist/beet-js.js
Examples to try and play around can be found in examples folder. Basically there are two options, library injection and direct calls.
Powerful and easy way to integrate Beet is by using injection. Not supported for all chains yet.
List of supported blockchains:
- BitShares
- Steem, WhaleShares and Smoke
- BinanceChain
Generic
In this example, SYMBOL is the core token of the blockchain you want to interact with (e.g. BTS with the BitShares Blockchain) and someBlockchainLibrary needs to be filled with the library you want to use.
``
`
Steem
`
`
, vote, signMessage and verifyMessage.#### vote
Not available for every chain.
Steem
`
`BitShares
`
`#### transfer
BinanceChain (Testnet)
Async
`
`#### signMessage
EOSIO Mainnet
Promisified
`
``