key-locker is a key manager for social recovery wallet and mpc wallet private key.
Tips: need Go 1.18+
CREATE DATABASE keylocker DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
make key-locker
./key-locker init
./key-locker web
./key-locker start
grpcui -plaintext 127.0.0.1:8089
fork key-locker to your github
[email protected]:guoshijiang/key-locker.git
git branch -C xxx
git checkout xxx
coding
git add .
git commit -m "xxx"
git push origin xxx
Have a pr on your github and submit it to the key-locker repository
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
This code has not yet been audited, and should not be used in any production systems.