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: 8 months ago
JSON representation

A custom implementation of the ERC-6551 token bound account with an ERC-721 NFT.

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