Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/nft-auction
NFT Auction
https://github.com/tqmvt/nft-auction
nft smart-contracts solidity
Last synced: 17 days ago
JSON representation
NFT Auction
- Host: GitHub
- URL: https://github.com/tqmvt/nft-auction
- Owner: tqmvt
- Created: 2021-11-16T18:19:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T18:20:31.000Z (about 3 years ago)
- Last Synced: 2024-11-06T15:13:47.128Z (2 months ago)
- Topics: nft, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NFT Auction Contracts
![crab](./crabada.png)
### 📖📚 Brief description of project 📖📚
- Solidity v0.8
- Hardhat
- Environmental variables
```
# https://infura.io
INFURA_PROJECT_ID=# Wallet private key
MNEMONIC="test test test ..."# https://etherscan.io
ETHERSCAN_API_KEY=
```
### 1. How to deploy? 🛫 🛫 🛫
```
npx hardhat compile
npx hardhat run --network [network] scripts/deploy.js
```e.g.
```
npx hardhat compile
npx hardhat run --network rinkeby scripts/deploy.js
```### 2. How to verify? ✅ ✅ ✅
```
npx hardhat verify --network [network] [contract address] [contract constructor arguments]
```e.g.
```
npx hardhat verify --network rinkeby 0xeFa1000fe5809B829f1024e72364fAA0B0C4A720 "SharkNFT" "SNFT"// if constructor doesn't have any arguments
npx hardhat verify --network rinkeby 0x44Afe45a323168d8fb89188c81e2f9f0301a10f4
```
### 3. Deployed contracts 🤑 🤑 🤑
- SharkNFT contract: https://rinkeby.etherscan.io/address/0xc3F64a2AFadaDffBd0d8dEFcFE1E4F9A7215deb9
- AuctionSea contract: https://rinkeby.etherscan.io/address/0xaD0Ef2e866b0e05CEd64D431F6C5b183d79646dA
### Thanks 🙏🙏🙏