casweeney / ethereum-wallet

This is a fully functioning ethereum wallet implemented with the EthersJS.

Home Page:https://cryptocurrencywallet.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name: CoinDAO Wallet - A wallet implementation for evm compatiable chain

alt text

CoinDAO Wallet is a Open source wallet implementation for EVM compatiable chains

you can switch chains by editing the network constant in the main.js file or by completely changing the provider

Live website : CoinDAO Wallet

GitHub Repository : here

Running the app

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, clone the repo with the following git command:

Second, open a terminal in the root directory of the project and run:

npm install

to install all the package dependencies for the project

Third, Edit the private keys and insert yours

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.




                                                                          Made with ❤️ by @developruche

About

This is a fully functioning ethereum wallet implemented with the EthersJS.

https://cryptocurrencywallet.vercel.app/


Languages

Language:JavaScript 71.8%Language:CSS 28.2%