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 .
- Host: GitHub
- URL: https://github.com/scarfacedotcom/erc-721-token
- Owner: scarfacedotcom
- Created: 2023-02-16T05:29:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T06:04:36.000Z (over 2 years ago)
- Last Synced: 2025-01-16T04:13:03.012Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```