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

https://github.com/coffiasd/highway-nfts


https://github.com/coffiasd/highway-nfts

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Highway NFTs

## Links

- youtube: [https://youtu.be/QD-9s4zh2rI](https://youtu.be/QD-9s4zh2rI)
- website: [highway-nfts.vercel.app](highway-nfts.vercel.app)

## Overview

Our project is a unique application of the Hyperlane ERC721 technology, which enables the creation and transfer of non-fungible tokens (NFTs) across multiple blockchain networks. With this technology, users can mint and transfer their custom-designed avatar NFTs to any supported blockchain network in just one simple step

One of the key features of our platform is the integration of IPFS, a decentralized file storage system that ensures permanent and secure storage of NFT images. This allows users to upload their avatar designs to IPFS, ensuring they will remain accessible and preserved indefinitely

Our user-friendly interface simplifies the process of creating and transferring NFTs, making it accessible to both novice and experienced users. Through our platform, users can design their own unique avatar NFTs and transfer them across different blockchain networks with ease. This opens up a world of possibilities for creators, collectors, and enthusiasts who want to participate in the burgeoning NFT ecosystem

## Support Chains List

- ScrollAlpha
- Ploygon Zk EVM
- Goerli
- OP-Goerli
- Mumbai

## Document tree

```shell
├── contracts| hardhat framework
├── frontend | next.js framework
├── README.md
```

## FlowChart

![alt ""](./frontend/public/Flowchart.jpg)

## Install

```shell
cd frontend
npm install
npm run dev
npm run build
```

## Test

```shell
cd contract
npx hardhat test test/TestAcc.js

✔ Should receive mint NFT && transfer NFT (179ms)
CrossChainTestCase
✔ Should receive transfer NFT
```

## Teck Stack

- tailwindCss
- daisyUi
- next.js
- hyperlane
- hardhat
- ether.js

## Reference

- [1] tailwindcss https://tailwindcss.com/
- [2] dasyUi https://daisyui.com/
- [3] next.js https://nextjs.org/
- [4] ether.js https://docs.ethers.org/v6/
- [5] hyperlane https://www.hyperlane.xyz/
- [6] hardhat https://hardhat.org/

## License

SPDX short identifier: MIT