https://github.com/keybase/node-forge-sigchain
A node library to sync and process user sigchains
https://github.com/keybase/node-forge-sigchain
Last synced: 17 days ago
JSON representation
A node library to sync and process user sigchains
- Host: GitHub
- URL: https://github.com/keybase/node-forge-sigchain
- Owner: keybase
- License: bsd-3-clause
- Created: 2015-04-19T02:00:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:16:16.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T08:05:22.554Z (6 months ago)
- Language: CoffeeScript
- Size: 469 KB
- Stars: 7
- Watchers: 14
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-sigchain
A node library to sync and process user sigchainsHere's an example of how to invoke it:
```
bin/main.js -f cson < examples/0.cson
```# Run tests
```
make test
```