Skip to content

ecocommunity-DAO/reactor-wallet

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

140 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’³ Reactor Wallet

Rector Wallet is an experimental wallet for the Solana Blockchain made with Flutter.

Its on alpha stage, be careful when using it.

NOTE: This project was started as side project, but now, I will showcase it in Solana Riptide Hackathon. I will also work on it when the hackathon is over.

😎 Features

  • Experimental Solana Pay integration
  • Watch over any address you want
  • Display SPL Tokens and transactions
  • Import and create multiple wallets
  • Show the USD equivalent of the address balance and all it's tokens combined
  • You can see collectives (aka NFTs)

It should work fine on Android and Windows, I haven't tried on the other platforms.

Example screenshot

πŸŽ‰ Support this project

You can support this project by donating any amount you want to these addresses;

  • Solana: 5GzDDXyzhB9zA8vSHuEow5mQJ6Tk3kC4Bn2T9dp6nX3U
  • Bitcoin: 1HCBeYD564Y3AjQ3Ci6Fp2zosfZvevJuu6

🏭 Building

For Android:

flutter build apk --tree-shake-icons --split-per-abi --dart-define secureKey=<32CharactersLengthSecretKey>

For Windows:

flutter build windows --tree-shake-icons --dart-define secureKey=<32CharactersLengthSecretKey>

Note: secureKey is used to encrypt and decrypt the wallets's passphrases when using the app.

πŸ“ Formatting

dart format . --line-length 100

πŸ€” To-do / Ideas

  • A name for the app
  • Handle solana: links, this way the wallet will be prompted to the user (experimental)
  • Add password/fingerprint authorization
  • Solana Pay integration, implemented, but highly experimental
    • QR Reader
    • SOL Transactions (Experimental)
    • SPL Tokens Transactions (Experimental)
    • Support for Label, Message, Memo
    • QR Generator (like https://github.com/solana-labs/solana-pay/tree/master/point-of-sale does )
      • SOL transactions (Experimental)
      • SPL Tokens transaction (Experimental)
      • Compare the new received transaction by finding it with the reference, just to make sure the amount is correct
  • Seedphrases encryption
  • Mainnet/betanet/custom net support besides devnet
  • Ability to name and rename imported and created wallets, and watched addresses
  • Ability to make SOL transactions
  • Ability to refresh the current SOL value by pulling down
  • Option to use another currency besides USD as equivalent currency
  • Display latest transactions
  • Better project organization
  • Ability to easily share an address (QR?)
  • Have some UI tweaking options, like themes.
  • Unit tests (WIP)
  • Display owned tokens
  • Ability to display NFTs owned by an address
  • Upload to https://itsallwidgets.com/ (done: https://itsallwidgets.com/reactor-wallet)
  • Ability to add a small note when making transactions
  • Ability to make transactions with SPL Tokens
  • Better UX (specially when creating accounts)
  • Transactions Timestamps
  • Better Windows UX (e.g, using split views)
  • Send notifications when the app is closed and new transactions are received
  • Add a contacts list

MIT License

About

πŸ’³ Non-custodial cross-platform wallet for Solana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 85.2%
  • C++ 8.4%
  • CMake 3.9%
  • HTML 1.8%
  • C 0.4%
  • Swift 0.2%
  • Other 0.1%