This is part of the Icarus Initiative to learn Solana. This project is build on SvelteKit, powered by create-svelte
;
# 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
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 :).