Skip to content

Making a Nft with solidity and OpenZeppelin satndart.

License

Notifications You must be signed in to change notification settings

catherinee24/LW3-NFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LW3 DAO [NFTs] 📚⛓

Author

Making a simple NFT contract with LearnWeb3 Dao.

The smart contract here.

Installing / Getting started

# Clone this project
$ git clone https://github.com/catherinee24/LW3-NFT

# Access
$ cd LW3-NFT

# Install dependencies
$ npm install

Drop all necessary dependencies


Commands

  • $ npx hardhat compile
  • $ npx hardhat run scripts/deploy.js --network goerli
  • $ npx hardhat verify --network goerli <address>

Technologies / Built With

Prettier definition

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

License

This project is under license from MIT. For more details, see the LICENSE file.

Contributing

Contributions are always welcome! Open a PR or an issue!




Made with ❤️ by catellaTech.