/simple-wallet

A simple solana wallet

Primary LanguageTypeScript

Welcome to Simple Wallet 👋

Version

Screen

This simple wallet was build solely for getting familiar with @solana/web3.js library as well as getting better in development for Solana and Rust.

DEMO on gh-pages

The wallet uses the following packages from the ecosystem:

  • @saberhq/token-utils
  • @project-serum/borsh
  • @solana/spl-token-registry
  • @solana/wallet-adapter-*
  • @solana/web3.js

Local usage

Install modules across all packages

yarn install 

To start web-app

yarn serve

Rust and smart contracts

This wallet provides a functionality to write / update favorite addresses on-chain using Rust (it lies in rust/address-list/src) and deployed to the dev net. The addresses are saved in PDAs, which are unique for each user (pubKey).

Screen Screen

Author

👤 Kirill Shakirov kirillshakirov57@gmail.com