Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrogen-dev/molecule-quickstart-app
Enterprise Ethereum Wallet Built With Hydrogen's Molecule API
https://github.com/hydrogen-dev/molecule-quickstart-app
blockchain cross-border-trade cryptocurrency cryptotokens defi enterprise-applications ethereum ethereum-dapp ethereum-wallet finance fintech p2p payment-service payments wallet-generator
Last synced: 18 days ago
JSON representation
Enterprise Ethereum Wallet Built With Hydrogen's Molecule API
- Host: GitHub
- URL: https://github.com/hydrogen-dev/molecule-quickstart-app
- Owner: hydrogen-dev
- Created: 2019-12-17T17:57:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T20:49:04.000Z (about 4 years ago)
- Last Synced: 2023-03-03T06:42:31.986Z (almost 2 years ago)
- Topics: blockchain, cross-border-trade, cryptocurrency, cryptotokens, defi, enterprise-applications, ethereum, ethereum-dapp, ethereum-wallet, finance, fintech, p2p, payment-service, payments, wallet-generator
- Language: JavaScript
- Homepage: https://www.hydrogenplatform.com/molecule
- Size: 900 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.hydrogenplatform.com/docs/molecule-quickstart) 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`