Ready for Javascript systems
dappkit is available as an npm package,
# with npm $ npm install @taikai/dappkit # with yarn $ yarn add @taikai/dappkit
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
If you are facing any issue in the development process please go to our Discord at #div-issues-support
Discord
Optional
Last updated 4 years ago
// 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