hydrogen-dev / molecule-quickstart-app

Enterprise Ethereum Wallet Built With Hydrogen's Molecule API

Home Page:https://www.hydrogenplatform.com/molecule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Molecule Quickstart App

This demo React app demonstrates how to send and receive cryptocurrency payments using the Hydrogen Molecule API. Please visit the Molecule Quickstart Guide for a full tutorial on Molecule, including code snippets used for this app.

Features

  • Create an account and login to your application with Hydrogen-managed OAuth 2.0 credentials
  • Send cryptocurrency to other users
  • Access your blockchain wallet with your username or email address
  • View your transactions on the Etherscan block explorer

Installation

  1. Clone the repo to your computer. Update config/ConfigGlobal with your own Hydrogen API keys if you have access to the Molecule API.
  2. npm i
  3. npm run start
  4. You must disable CORS in your browser for the app to run. For Google Chrome users on Linux, that command is google-chrome --disable-web-security. On OSX, open the Terminal and type open -a Google\ Chrome --args --disable-web-security --user-data-dir
  5. Visit localhost:3000