https://github.com/coffiasd/highway-nfts
https://github.com/coffiasd/highway-nfts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coffiasd/highway-nfts
- Owner: coffiasd
- License: mit
- Created: 2023-03-13T06:04:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T13:21:13.000Z (about 2 years ago)
- Last Synced: 2024-05-16T04:41:01.794Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://highway-nfts.vercel.app
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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