/Cross-Guild

Social Recovery tools for hackathon lukso

Primary LanguageTypeScriptMIT LicenseMIT

Cross Guild A Social Recovery Tools for Lukso Network

crossguild

Project Name : Cross Guild

Team Member : 3

Name : Deepface19, TheVanquiser, Fendiefc

  • we not yet configuring the backend may be 1-2 weeks to come
  • use Universal Profile Browser Ext and turn off your metamask

Concept

concept crossbuild

Description

  • user create contract and add the 5 guardians address
  • after that the guardians will be controller the addresss user who create the contract
  • if user universal profile who made contract do transaction out, the contract will be notice the guardians to voting and validation the transaction
  • if user universal profile who madr contract di recovery and change the guardians address, the contract will be notice the guardians to voting and validation the transaction

Technology used

Installing and running

git clone https://github.com/deepface19/Cross-Guild.git
Setup Hardhat/Contract
cd packages/hardhat 
yarn install

// for L16 lukso Testnet //
yarn deploy:luksoL16
or 
// for L14 Lukso Testnet//
yarn deploy:luksoL14 
Setup Frontend
cd packages/frontend
npm install 
npm start [localhost:3000]