Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/catherinee24/lw3-nft
- Owner: catherinee24
- License: mit
- Created: 2022-12-20T01:52:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T16:43:34.000Z (about 2 years ago)
- Last Synced: 2023-04-24T16:38:02.916Z (over 1 year ago)
- Topics: blockchain, ethereum, ethersjs, goerli-network, hardhat, nft, openzeppelin-contracts, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LW3 DAO [NFTs] 📚⛓
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 goerliTechnologies / Built With
- Solidity
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
- OpenZeppelin
- ethers.js
- Hardhat Framework
- Verify your smart-contractPrettier 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.