https://github.com/coffiasd/lukso
https://github.com/coffiasd/lukso
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coffiasd/lukso
- Owner: coffiasd
- License: mit
- Created: 2022-07-31T13:12:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T13:22:12.000Z (almost 3 years ago)
- Last Synced: 2024-05-16T04:41:02.388Z (about 1 year ago)
- Language: JavaScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lukso
This is a project for hackathon.I'm building a tool in order to recover society account.
## How to get the project started?
git clone [email protected]:coffiasd/lukso.git
cd lukso/frontend
npm i
npm run dev## Youtube Video
http://aaa.com
## Contract
### What we use to deploy and test our contract?
hardhat
Used local network by command: npx hardhat node.### LSP0 ER725Account Contract
first and foremost we need to deploy an ER725Account.
### LSP6 KEY Manager Contract
need an address of the ER725Account to control.
### LSP11 Recover Contract
need the address of ER725Account contract
#### Owner:
- set guardian
- remove guardian
- set secret#### Guardians:
- vote
- recovery## Frontend
### what we use to build our webiste?
- react
- next.js
- web3.js
- bootstrap