chainscript
Version:
Client for chainscript.io
45 lines (27 loc) • 800 B
Markdown
# Chainscript Javascript Client
<img src="http://chainscript.io/assets/images/chainscript-512.png" width="128" height="auto" title="Chainscript Logo">
**A set of tools to interact with the [chainscript.io](http://chainscript.io) API
from the command line or using Javascript**.
See the [full documentation](http://chainscript.github.io/chainscript-js) for usage and examples.
Notarization: [1NryTMGRZuBruTeZ6RXLVR8xBWGJWNtDcx](chainscript.json)
Github: [https://github.com/Chainscript/chainscript-js](https://github.com/Chainscript/chainscript-js)
## Install
### Globally
```bash
$ npm install -g chainscript
```
### Locally
```bash
$ npm install --save chainscript
```
## Development
### Running tests
```bash
$ npm test
```
### Compiling
```bash
$ npm run build
```
## License
MIT