dappKit Documentation
  • About dappKit
  • Start building
    • Installation
    • How To Guides
      • Create a Web3Connection
      • Create an ERC20 Token
      • Create an ERC1155
      • Create an ERC721
      • Create your NFT Art Gallery
      • Create other Project
      • Create custom Object
    • Examples
  • Use Cases
  • How to Contribute
  • External Links
    • SDK Documentation
    • GitHub
  • Community
    • Discord Server
    • Support
Powered by GitBook
On this page
  • 1) Installation
  • 2) Access the Object Functions directly via
  • Set up NVM
  1. Start building

Installation

Ready for Javascript systems

PreviousStart buildingNextHow To Guides

Last updated 3 years ago

1) Installation

dappkit is available as an ,

# with npm
$ npm install @taikai/dappkit

# with yarn
$ yarn add @taikai/dappkit

2) Access the Object Functions directly via

  • <Metamask Login, Address, Balances, etc>

  • <Deploy, GetBalance, Total Supply, etc>

  • <Deploy, Mint, Transfer, etc>

  • Other Objects & Full Implementation can be found

  • or access the webapp to request developers your needs

If you are facing any issue in the development process please go to our at #div-issues-support

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

npm package
Web3Connection
ERC20 Tokens
ERC721 NFTs
here
Request Aditional Functions/Smart Contracts
Discord