https://github.com/hydrogen-dev/hydro-auth
https://github.com/hydrogen-dev/hydro-auth
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hydrogen-dev/hydro-auth
- Owner: hydrogen-dev
- Created: 2018-04-06T18:29:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T20:34:00.000Z (over 5 years ago)
- Last Synced: 2023-03-03T06:42:31.459Z (over 3 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, and web3.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 port 3000 OR run npm 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