Login using your GitHub account and input the Ethereum address where you want to receive the AGI token.
You can request 1 AGI token every 24 hours.
- Symbol
AGI
- Decimals
8
- Kovan 0x3b226ff6aad7851d3263e53cb7688d13a07f6e81
- Rinkeby
- Ropsten 0xb97E9bBB6fd49865709d3F1576e8506ad640a13B
- Install Node.js and npm
npm install
to get dependenciesnpm start
to serve the application locally and watch source files for modifications
npm run deploy
; the target S3 Bucket for the deployment and its region are specified in aconfig.json
file in the project root
npm run build
to build the application to thedist
directorynpm run clean
to empty thedist
directory