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

https://github.com/rixrix/nft-erc721-solidity


https://github.com/rixrix/nft-erc721-solidity

Last synced: about 1 month ago
JSON representation

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