| 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
.envand put your private key and RPC url following the.env.exampleexample truffle deploy --network rinkeby- Copy
./bruild/MyNFTCollection.jsonto./client/contracts/MyNFTCollection.json - Deploy the
./clientdirectory to a public frontend server