Skip to content

nfthashi/2022-Web3Infinity-submission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is 2022 Web3 Infinity submission repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published