Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/catherinee24/lw3-nft

Making a Nft with solidity and OpenZeppelin satndart.
https://github.com/catherinee24/lw3-nft

blockchain ethereum ethersjs goerli-network hardhat nft openzeppelin-contracts solidity web3

Last synced: about 1 month ago
JSON representation

Making a Nft with solidity and OpenZeppelin satndart.

Awesome Lists containing this project

README

        

LW3 DAO [NFTs] 📚⛓


Author




Making a simple NFT contract with LearnWeb3 Dao.

The smart contract here.

Installing / Getting started

```bash
# 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

`

Technologies / Built With

- Solidity
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
- OpenZeppelin
- ethers.js
- Hardhat Framework
- Verify your smart-contract

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.