- D1Labs
- KnownOrigin.io
- Full ERC-721 Compatibility - Smart Contract is fully ERC-721 compliant
- Full ERC-721 Metadata Compatibility - Each ERC-721 token uses latest standards for ERC-721 metadata
- Full ERC-165 Compatibility - Smart Contract is fully ERC-165 compliant
- IPFS Support - Internally IPFS is used for storing asset files and metadata
Add a local mnemonic.js
at the root with your testnet mnemonic (used for deployments)
The mnemonic.js
should be like so:
module.exports = 'dog alley hunt pen away brew matter frog rural salad educate kebab';
Install dependencies:
npm install
Start VueJs Front End:
npm run start
Run Smart Contract tests:
npm run test
-
Ensure you have access to the firebase project
radi-cards
-
Install firebase tools
npm install -g firebase-tools
-
You may need to login and authenticate yourself if you have not done this before
- Run this
firebase login
and follow the instructions
- Run this
-
Run the script
./firebase_deploy.sh
- this will push your current working project to live so be careful -
Firebase deployment configuration can be found in
./firebase.json