This project is decentrollized wallet. This wallet hide own public address and private key of wallet and only use username for sending token.
And all of transation action will be running on only frontend. In backend, save all transation data of all users.
- Next.js
- Tailwind CSS
- ethers.js
- @solana/web3.js
- cryto
- bitcoinjs-lib
- avalanche
- bip39
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.