Overarched is a simple wallet for Archway.
It is currently in development and submitted as an entry for the 2023 Archway Release Your Inner Bull DoraHacks Hackhathon.
Current Features (on Testnet):
- Connect with Keplr Wallet
- View Transactions
- Send Transaction
Future Improvements:
- Add New Account
- Staking (Validators List, Validator Details, Staking)
- Governance (Proposals and Voting)
- IBC Transfers (with other Testnets)
- Chrome Extension (to replace Keplr)
The project has a GitHub link currently. The demo video and demo link will be updated soon.
DoraHacks BUIDL Link: https://dorahacks.io/buidl/5299
Release Your Inner Bull Entry Link: https://dorahacks.io/buidl/5299
Commands:
git clone https://github.com/arunadaybasu/overarched-archway-wallet.git
cd overarched/
npm i
Command to run Development Server:
npm run dev
Command to run Build Package:
npm run build
The frontend UI currently uses Materialize.css to render the components on screen with associated CSS. It is imported via CDN so it keeps the bundle light and also provides all necessary components to bootstrap a frontend quickly without worrying about additional overheads while building in webpack.