Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltingice/nano-ipc-rest
A simple IPC + REST RPC server for the Nano cryptocurrency node.
https://github.com/meltingice/nano-ipc-rest
Last synced: 24 days ago
JSON representation
A simple IPC + REST RPC server for the Nano cryptocurrency node.
- Host: GitHub
- URL: https://github.com/meltingice/nano-ipc-rest
- Owner: meltingice
- License: mit
- Created: 2018-12-28T19:23:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T23:12:52.000Z (almost 6 years ago)
- Last Synced: 2024-10-02T20:04:50.794Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nano IPC REST
A quick and simple REST server for the Nano cryptocurrency RPC backed by the experimental IPC API. This is a drop-in replacement for the normal HTTP RPC that's built into the node.
## Usage
```
Usage: nano-ipc-rest [options]Options:
-V, --version output the version number
-i, --ipc [path] Path to Nano IPC socket (default: "/tmp/nano")
-p, --port [port] Port to bind the webserver to (default: 3001)
-h, --host [ip address] IP address to bind the webserver to (default: "127.0.0.1")
--no-logs Disables logging
--no-cors Disables CORS
-h, --help output usage information
```