From 940fa718e474e867bee6055df47f54b0f01c9938 Mon Sep 17 00:00:00 2001 From: Timi Tejumola Date: Fri, 24 May 2024 21:48:09 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e812d3..0e046a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WORLD NFT -[CNT TOKEN](https://base-sepolia.blockscout.com/token/0x8d098d44032e93528049357611A25Dab4C20230e): This collection is made of up world's continents (Africa, Asia, Europe, North America, South America, Australia, and Antarctica). Each continent NFT have an associated opensea metadata standard with a limited supply of 7 items. +[CNT TOKEN](https://base-sepolia.blockscout.com/token/0x8d098d44032e93528049357611A25Dab4C20230e): This collection is made up world's continents (Africa, Asia, Europe, North America, South America, Australia, and Antarctica). Each continent NFT have an associated opensea metadata standard with a limited supply of 7 items. Tokens are minted to the contract address immediately during deployment. Then contract owner get to kickstart the auction by calling the `createAuction` methods in ContinentAuction.sol. ContinentAuction.sol is the contract that manages the auctions and bidding. it is initialised with the token address on deployment so tha ## Deployed to Base From 7d3ae45419d1819fe5f142011bc8f82b2fb0d7ab Mon Sep 17 00:00:00 2001 From: Timi Tejumola Date: Fri, 31 May 2024 01:25:53 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0e046a8..d5aeccb 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,3 @@ I developed two contracts. CNT is an ERC721 NFT. Tokens are minted to the contra 1. Deployed to [CNT TOKEN](https://base-sepolia.blockscout.com/token/0x8d098d44032e93528049357611A25Dab4C20230e) [File](https://github.com/timi-codes/world-nft/blob/main/contracts/ContinentToken.sol) 2. Auction Smart Contract [](https://github.com/timi-codes/world-nft/blob/main/contracts/ContinentAuction.sol) - - -## Loom Submission -1. Walthrough of Project and Backend - [Video 1](https://www.loom.com/share/ed95eb3c652a43a6a8ce567eff66106d) -2. Token Contract - [Video 2](https://www.loom.com/share/727d0b41e0e84ddc940bbc88df2f69da) -3. Continent Auction - [Video 3](https://www.loom.com/share/a7a4445fdee94728bddc2b1a2ea82e83) -4. Test and Closing Remarks - [Video 4](https://www.loom.com/share/efd5ec9436824d3aa5082965f0f28cb2)