Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 830 Bytes

solana-svelte-wallet

This is part of the Icarus Initiative to learn Solana. This project is build on SvelteKit, powered by create-svelte;

To run the project

# clone the project
git clone [email protected]:silvestrevivo/solana-svelte-wallet.git

# Navigate to the folder
cd solana-svelte-wallet

# install all node packages
npm install

# run the wallet on localhost:3000
npm run dev

Things to take in consideration

This is an exercise to learn how Svelte works with Solana in the frontend side. The wallet is running in the DEVNET, and that means that is not operating with real money. Some features like QRcode recognition and wallet recovery are 'nice to have'. If you want to contribute, feel free to open a PR :).