https://github.com/rixrix/nft-erc721-solidity
https://github.com/rixrix/nft-erc721-solidity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixrix/nft-erc721-solidity
- Owner: rixrix
- Created: 2023-04-25T20:24:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T07:42:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T05:15:26.578Z (about 1 year ago)
- Language: Solidity
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT ERC721 Solidity
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```
# Deployment
## Goerli
- https://goerli.etherscan.io/address/0xA650c00b0e9D392E784E792567dFFBC0C9EF86E9
# OpenSea
- https://testnets.opensea.io/collection/rixtoken
# Resources
- https://ethereum.stackexchange.com/questions/67268/help-with-signtransaction
- https://ethereum.stackexchange.com/a/130594