Eth Hot Wallet

screenshot of Eth Hot Wallet
express
react
styled-components
ant-design

Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet

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.

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.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.