Connect your Dapp to all wallets in one-line of code! Check DEMO.
You can check Tutorial. We will have official Document soon.
npm run build
After built successfully, it will create a bundled script and the only thing you need to do is insert the script to your website (Dapp).
- Keep watch files and bundle script
npm run watch
- Run test server
npm run start
It will run a local Dapp website in http://localhost:8080/.