https://github.com/energychain/corrently-node
Node for Corrently Assets
https://github.com/energychain/corrently-node
Last synced: 3 months ago
JSON representation
Node for Corrently Assets
- Host: GitHub
- URL: https://github.com/energychain/corrently-node
- Owner: energychain
- License: mit
- Created: 2018-08-08T21:48:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T20:58:42.000Z (over 2 years ago)
- Last Synced: 2025-02-15T14:06:00.335Z (4 months ago)
- Language: JavaScript
- Size: 2.75 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Corrently-Node
Node for Corrently AssetsMainly this is a Proof of Stake implementation for (JSON) document sharing via IPFS.
Goal of this module is to decentralize technical due diligence for Corrently business https://corrently.com/ a micro invest case for renewable energy generation based on blockchain technology.
## Documentation
Please refer to the Medium article: [https://medium.com/@zoernert/decentralized-due-diligence-serverless-dapp-5d042198960c]If you like to play arround try:
```cli
npm install -g corrently-node$ corrently-node
```### Run as Daemon
```
corrently-node start
corrently-node stop
corrently-node restart
```### Publish a file and sign it
```
corrently-node -j FILENAME.json -t DOCNAME
```You could add `-m` to monitor for changes of file. File/Document will be automtically republished on change.
If you specify '-a' option a values field (array) will be appended with content of file specified with '-j'