Feature | Supported |
---|---|
MIT License | ✔ |
Customizable Smart Contract | ✔ |
Clean and adaptable frontend | ✔ |
Truffle | ✔ |
OpenZeppelin Libraries | ✔ |
- Install the dependencies:
npm install --save-dev truffle dotenv @truffle/hdwallet-provider @openzeppelin/contracts
- Edit
./contracts/MyNFTCollection.sol
- Create a
.env
and put your private key and RPC url following the.env.example
example truffle deploy --network rinkeby
- Copy
./bruild/MyNFTCollection.json
to./client/contracts/MyNFTCollection.json
- Deploy the
./client
directory to a public frontend server