An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# node-sigchain
A node library to sync and process user sigchains

Here's an example of how to invoke it:

```
bin/main.js -f cson < examples/0.cson
```

# Run tests

```
make test
```