-
Notifications
You must be signed in to change notification settings - Fork 0
Resolve Issues With Test We Contract #3
Description
Deployed TestWe.sol ERC-721 contract and TestWe.t.sol to Base Sepolia in #1
Used the the Solidity Wizard to create a starter template to work from: #1 (comment)
Made a few minor changes to the starter template: #1 (comment)
Got the tests passing and the contract deployed and verified: https://sepolia.basescan.org/address/0x5324735Aa67FaE868C90795CBbAD9F78700664dD
Minted two test NFTs:
- https://testnets.opensea.io/assets/base-sepolia/0x5324735aa67fae868c90795cbbad9f78700664dd/0
- https://testnets.opensea.io/assets/base-sepolia/0x5324735aa67fae868c90795cbbad9f78700664dd/1
For the first one I used the metadata in the uri (string):
ipfs://QmYNsRQWtiC37rkf66gxPSvu4FRtFWp2kgMU9z2yi1HfPi (shall-we.json)
For the second on I used the image in the uri (string):
ipfs://QmSouB7L7mVsonRtp168ybpFkQThwmtZLeanjJ6uynY1bs (shall-we.png)
Of course the biggest issue is the images are not showing.
But here is a list of other things I would like to figure out:
Issues
- No image (Should I have used the image uri instead of metadata when calling
safeMint?) - It started with
#0(Should probably start with#1.) - No collection description yet
- No traits from the metadata
- Do we need to have the uri for
safeMint - Wallet transaction says +Unknown NFT onchain-warfare/mint#0
- No mint price
- No beneficiary
- Remove anything that is not necessary
- Add anything that is missing from https://github.com/skuhlmann/warframes-contract/blob/master/contracts/nfts/WarGamesOne.sol