Installation
Ready for Javascript systems
1) Installation
dappkit is available as an npm package,
# with npm
$ npm install @taikai/dappkit
# with yarn
$ yarn add @taikai/dappkit
2) Access the Object Functions directly via
Web3Connection <Metamask Login, Address, Balances, etc>
ERC20 Tokens <Deploy, GetBalance, Total Supply, etc>
ERC721 NFTs <Deploy, Mint, Transfer, etc>
Other Objects & Full Implementation can be found here
Request Aditional Functions/Smart Contracts or access the webapp to request developers your needs
Optional
Set up NVM
// Install NVM recommended version for dappkit
$ nvm install 16.14.3
// Set it on the working directory
$ nvm alias default v16.14.3
// Use the settled as default
$ nvm use default
Last updated