Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrogen-dev/hydro-auth
https://github.com/hydrogen-dev/hydro-auth
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hydrogen-dev/hydro-auth
- Owner: hydrogen-dev
- Created: 2018-04-06T18:29:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T20:34:00.000Z (about 4 years ago)
- Last Synced: 2023-03-03T06:42:31.459Z (almost 2 years ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 8
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample app using web3.js and Hydro Raindrop API (server-side)
Installation
- Clone the project.
- Make sure node and npm is installed on your machine. This app was built with
node v10.4.1
,npm 6.1.0
, andweb3.js 1.0.0-beta.35
.
- Run
npm install
to install required dependencies.
- Follow format for
.env.sample
and create a new.env
file.
- Run
npm start
to start the app at port3000
OR runnpm test
to test with mocha.
- Check your terminal to see the outputs! You can also find in code comments for step-by-step instructions.
Resources