Skip to content
forked from suiet/suiet

The seedless wallet built on Sui blockchain with Lit Protocol PKP

License

Notifications You must be signed in to change notification settings

yhl125/lit-suiet

 
 

Repository files navigation

Lit-Suiet, The seedless SUI Wallet

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

Demo Video



Watch the video

About Lit-Suiet


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

🚀 Getting Started

⚙️ Prepare the enviroment

  1. Make sure you have nodejs install with npm
  2. Clone the suiet main repo
git clone https://github.com/yhl125/lit-suiet.git
  1. Install the dependencies
npm install

🏁 Run app in your browser

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.

About

The seedless wallet built on Sui blockchain with Lit Protocol PKP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 91.2%
  • SCSS 8.0%
  • Other 0.8%