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

https://github.com/scarfacedotcom/erc-721-token

My ERC721 token is a non-fungible digital asset created on the Ethereum blockchain using the OpenZeppelin standard. This token is unique and cannot be replicated or duplicated, and is designed to represent a one-of-a-kind digital asset. It can be easily bought and sold on marketplaces such as OpenSea, providing a new level of ownership .
https://github.com/scarfacedotcom/erc-721-token

Last synced: 7 months ago
JSON representation

My ERC721 token is a non-fungible digital asset created on the Ethereum blockchain using the OpenZeppelin standard. This token is unique and cannot be replicated or duplicated, and is designed to represent a one-of-a-kind digital asset. It can be easily bought and sold on marketplaces such as OpenSea, providing a new level of ownership .

Awesome Lists containing this project

README

          

# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

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.ts
```