Overview:
ETH-Hot-Wallet is an Ethereum web wallet with ERC20 support. It is a secure and easy-to-use wallet that allows users to store and manage their Ethereum and ERC20 tokens. The wallet offers features such as encryption keys generated from seed, network selector, automatic conversion of Eth balance to btc/usd/euro, and responsive design for mobile support. The wallet is built using LightWallet V3, Web3.js Ethereum JavaScript API, React-boilerplate, Ant Design React js components, and Webpack 3.
Features:
- Encryption keys generated from seed and stored in the browser.
- Network selector including local and remote rpc.
- Eth balance auto converted to btc/usd/euro.
- Responsive design for mobile support.
- ERC20 wallet and native token support.
Installation:
To install ETH-Hot-Wallet, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install the required packages:
npm install
- Build the webpack DLL required for development:
npm run build:dll
- Start the development server:
npm run start
- Go to http://localhost:3001 to access the wallet.
For more documentation regarding the react setup, refer to the react-boilerplate docs.
Summary:
ETH-Hot-Wallet is a web wallet for Ethereum that provides users with a secure and convenient way to store and manage their Ethereum and ERC20 tokens. It offers various features such as encryption keys generated from seed, network selector, automatic conversion of Eth balance, and responsive design for mobile support. The wallet is built using a combination of LightWallet V3, Web3.js Ethereum JavaScript API, React-boilerplate, Ant Design React js components, and Webpack 3.