This boilerplate is designed to allow everyone an easy start when building an aepp on top of the aeternity eco system. It contains two critical parts:
- Easy wallet discovery
- The aeternity js-sdk instance
Clone repo via git or use the template button above.
Install the dependencies
npm install
testnet
npm run start:testnet
mainnet
npm run start:mainnet
npm run build