Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 2.09 KB

README.md

File metadata and controls

78 lines (45 loc) · 2.09 KB

NFTHashi 2022 Web3 Inifinity Hackathon Edition

Key Visital

Submit

https://devpost.com/software/vnfts

Works

Deployed Contract

All contracts are kept here and verified in etherscan https://github.com/nfthashi/2022-Web3Infinity-submission/blob/main/packages/contracts/networks.json

Following are the main contract developped in this hackathon.

  • This is to extende Connext bridge to support IPFS multichain storage

Replayer

How it Works

We added the IPFS metadata uploading function and add-on logic for content verification for the cross-chain messaging relayer.

How it works

Relayer is called via github actions cron for simple development for this hackathon

Relayer

How we built it

We use NFT storage to access IPFS and use Connext cross-chain messaging.

Development Principle

  • make it stupid simple
  • no monorepo integration for packages, leave it as separated package
  • minimum code linting fixing

Frontend

  • No atomic design, just simple components
  • Mainly use Chakra UI, use MUI if specific component is required, use tailwind for custom design

Running in Local

Contract

cd packages/contracts
yarn test

Frontend

// build contracts package first
cd packages/frontend
yarn dev