Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silvestrevivo/solana-svelte-wallet

Solana wallet developed in SvelteKit
https://github.com/silvestrevivo/solana-svelte-wallet

Last synced: 3 days ago
JSON representation

Solana wallet developed in SvelteKit

Awesome Lists containing this project

README

        

# solana-svelte-wallet

This is part of the **Icarus Initiative** to learn Solana. This project is build on SvelteKit, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte);

## To run the project

```bash
# 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 :).