Key Locker Repo
key-locker is a key manager for social recovery wallet and mpc wallet private key.
Tips: need Go 1.18+
Install
Install dependencies
go mod tidy
build
go build or go install locker
start
./locker init
./locker start
Contribute
1.fork repo
fork key-locker to your github
2.clone repo
[email protected]:guoshijiang/key-locker.git
3. create new branch and commit code
git branch -C xxx
git checkout xxx
coding
git add .
git commit -m "xxx"
git push origin xxx
4.commit PR
Have a pr on your github and submit it to the key-locker repository
5.review
After the key-locker code maintainer has passed the review, the code will be merged into the key-locker repo. At this point, your PR submission is complete