Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinatacloud/custom-erc6551-tutorial
A custom implementation of the ERC-6551 token bound account with an ERC-721 NFT.
https://github.com/pinatacloud/custom-erc6551-tutorial
Last synced: 17 days ago
JSON representation
A custom implementation of the ERC-6551 token bound account with an ERC-721 NFT.
- Host: GitHub
- URL: https://github.com/pinatacloud/custom-erc6551-tutorial
- Owner: PinataCloud
- Created: 2023-10-16T15:34:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T15:47:36.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:53:58.634Z (8 months ago)
- Language: Solidity
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom ERC-6551 Tutorial
This project is a custom implementation of the ERC-6551 token-bound account standard with an ERC-721 NFT (Non-Fungible Token).
## Getting Started
To set up and run this project on your local environment, follow these steps:
### Installation
Use npm to install the project's dependencies:
```bash
npm install
npx hardhat compile