Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 🙏🙏🙏