Making a simple NFT contract with LearnWeb3 Dao.
The smart contract here.
# Clone this project
$ git clone https://github.com/gab0071/lw3-nft
# Access
$ cd lw3-nft
# Install dependencies
$ npm install
Drop all necessary dependencies
- $
npx hardhat compile
- $
npx hardhat run scripts/deploy.js --network goerli
- $
npx hardhat verify --network goerli <address>
- Solidity
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
- OpenZeppelin
- ethers.js
- Hardhat Framework
- Verify your smart-contract
Prettier offers support for multiple languages and frameworks. What offers is to take your code and "re-format" it based on the defined settings thus maintaining a consistent style. Making it much more readable and without worrying about how you write it initially.
Link to install prettier: Prettier
Link to install a prettier plugin for automatically formatting your Solidity code: Prettier Plugin
This project is under license from MIT. For more details, see the LICENSE file.
Contributions are always welcome! Open a PR or an issue!