araviel-io / p2p-wallet-web

A Open Source Browser Based Safecoin Wallet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P2P Wallet Prototype

A Open Source Browser Based SafeCoin Wallet. Version "0.1a Wormhole Hackathon" Built on top of Solana, ProjectSerum, Bonfida API

Live demo available at github-pages

P2P Wallet Prototype supports a number features such as:

  • Create/Access Wallet with seed. Your private keys are only stored on your current computer or device.
  • Create Wrapped tokens addresses
  • Displaying balances of SOL token and Wrapped tokens
  • Displaying the value of assets in dollars.
  • Send and receive SOL token and Wrapped tokens
  • Transaction history
  • Transaction details
  • HD (BIP32,BIP39) support
  • QR code generation
  • Nice UI

Further development:

Build it yourself

If you'd rather build the application yourself, please ensure you have nodejs/npm/yarn already installed locally.

git clone https://github.com/araviel-io/p2p-wallet-web.git 
cd p2p-wallet-web
npm i
npm start //to start a development
npm run build //to create a production build 

Contributing

The best way to submit feedback and report bugs is to open a GitHub issue. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs. Keep in mind that all participants will be expected to follow our code of conduct.

About

A Open Source Browser Based Safecoin Wallet.

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.2%Language:HTML 0.3%