kevinxyc1 / krypton-extension

Apache License 2.0
0 stars 0 forks source link

Krypton

Introducing Krypton, a Solana smart contract wallet with multisig social recovery, eliminating fear of losing your private key and improving usability and security with advanced features

homepage

✨ Key Features

πŸ§‘β€πŸ’» Getting started

There are no formal blockchain or Web 3 prerequisites for this tutorial, but you should have some experience with TypeScript and React. Having said that, you can certainly complete the tutorial if you at least know basic JavaScript. You might just find it more difficult to follow the app's pre-built functionality.

Make sure you have git, Node and yarn installed. Then clone the repo and run both the yarn and npm install command to install the app dependencies. Currently krypton supports node v16 so you need to run nvm use 16.

git clone https://github.com/kevinxyc1/krypton-extension.git
cd krypton-extension/frontend
yarn && npm install && nvm use 16

πŸ’» Build extension

Build the krypton extension with

yarn build

You can load unpacked the /frontend/out folder in chrome extension developer mode and use it

πŸ“ˆ Flow Diagram

flow-diagram