https://github.com/devssh/blockchain-full-node
https://github.com/devssh/blockchain-full-node
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devssh/blockchain-full-node
- Owner: devssh
- Created: 2018-04-27T14:59:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T07:26:48.000Z (over 7 years ago)
- Last Synced: 2024-12-29T19:08:59.340Z (about 1 year ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies run
```
npm install
```
Start the server using
```
npm start
```
For it to run on your local system, delete the .env.local, .env.development and .env.development.local files which enable remote development.