A web-based cryptocurrency wallet. It supports both the generation of new wallets and the entry of existing recovery phrases. It displays private keys, public keys and balance. Currently supporting 2 blockchains Solana and Ethereum.
-
Ensure you have Node.js, npm and typescript installed on your machine.
-
Clone the repository and add to your local environment.
-
Install the required dependencies.
cd chamber
npm installCreate a Alchemy account and get your rpc ready because to run this project, you will need to add the following environment variables to your .env file inside all the servers folder.
VITE_SOL_URL=
VITE_ETH_URL=
To deploy this project locally run:
npm run devTo deploy this project globally run:
npm run buildAnd upload the dist folder over hosting server.
- Implementing devnet functionalities
- Adding more blockchains support
- Transaction feature
- UI improvement
- Establishing own backend