Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silvestrevivo/solana-svelte-wallet
- Owner: silvestrevivo
- Created: 2021-08-28T11:39:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T19:01:29.000Z (about 3 years ago)
- Last Synced: 2024-08-02T17:35:28.888Z (3 months ago)
- Language: Svelte
- Size: 368 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-svelte-kit - SvelteKit with Solana
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 :).