Warning Lit protocol is in a developer preview state. The data on the Serrano Testnet is not persistent and may be erased at any time. Do not store anything of value
Lit Suiet is a seedless wallet built on Sui blockChain with Lit protocol PKP(Programmable Key Pairs).
With Lit Protocol PKP User’s can Login or SignUp with Google.
Lit Protocol is a decentralized key management network, it can be used in centralized key custodians and other key management solutions.
Lit protocol provides Multi-Party Computation (MPC) as a Key Management Solution.
Currently PKP doesn’t Supports Sui, So We’ve implemented pkp-sui sdk.
It’s based on Secp256k1 and doesn’t have private key even on the code level.
Since there’s no private key, signData works with lit action. You can find the source code for pkp-sui at https://github.com/yhl125/pkp-sui
git clone https://github.com/yhl125/lit-suiet.git
- Install the dependencies
npm install
Run the following command at the root path of the project
npm run build
Then load the extension dist folder packages/chrome/dist
in Chrome #detail
And you can use the app in your chrome under development mode.