mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2026-04-20 16:45:10 +02:00
616 B
616 B
Rocketeer NFT
Components:
- Solidity contract
- Firebase function for metadata
Project structure:
./
./*.{json,rules,js}
./- config files for the contracts and API
./contracts/
./- Solidity contracts
./migrations/
./- Migrations for the contracts
./test/
./- Tests for the contacts
./functions/
./- Firebase API code
Requirements
./functions: set Infura project ID throughfirebase functions:config:set infura.projectid=./functions/package.json: dependencies for backend, runnpm iin./functions./package.json: dependencies for contracts, runnpm iin root