{"id":17037628,"url":"https://github.com/meltingice/nano-grpc","last_synced_at":"2026-05-10T06:34:49.312Z","repository":{"id":66201381,"uuid":"163438275","full_name":"meltingice/nano-grpc","owner":"meltingice","description":"A gRPC server for the Nano cryptocurrency node","archived":false,"fork":false,"pushed_at":"2019-01-29T00:06:01.000Z","size":113,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T03:49:24.232Z","etag":null,"topics":["cryptocurrency","currency","grpc","javascript","nano","node","protobuf","rpc","server"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meltingice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-28T18:21:18.000Z","updated_at":"2022-11-14T01:14:48.000Z","dependencies_parsed_at":"2023-03-13T20:30:24.913Z","dependency_job_id":null,"html_url":"https://github.com/meltingice/nano-grpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fnano-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fnano-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fnano-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fnano-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meltingice","download_url":"https://codeload.github.com/meltingice/nano-grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245032755,"owners_count":20550150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","currency","grpc","javascript","nano","node","protobuf","rpc","server"],"created_at":"2024-10-14T08:54:34.946Z","updated_at":"2026-05-10T06:34:49.286Z","avatar_url":"https://github.com/meltingice.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nano gRPC\n\nA gRPC server for the Nano cryptocurrency node. Allows you to query the node using type-safe, well-defined, and lightweight messages in any language supported by [gRPC](https://grpc.io).\n\nThis server supports communication with the Nano node via the experimental IPC RPC or via the HTTP RPC.\n\n**This is a work in progress. Not all of the RPC methods are implemented yet.**\n\n## Installation\n\nnano-grpc can be installed from npm:\n\n```\nnpm install nano-grpc -g\nnano-grpc --help\n```\n\nOr you can install it from source:\n\n```\ngit clone https://github.com/meltingice/nano-grpc.git\ncd nano-grpc\nnpm install\n./index.js --help\n```\n\n## Configuration\n\nAll of the available configuration options are viewable with the `--help` flag.\n\n```\nUsage: nano-grpc [options]\n\nOptions:\n  -V, --version          output the version number\n  -d, --driver [driver]  client driver for connecting to the Nano node. Can be: ipc, http. (default: \"ipc\")\n  --ipc [path]           path to the Nano IPC socket, if enabled (default: \"/tmp/nano\")\n  --http [url]           URL of the Nano HTTP RPC, if enabled (default: \"http://[::1]:7076\")\n  -h, --host [host]      host for the gRPC server (default: \"0.0.0.0\")\n  -p, --port [port]      port for the gRPC server (default: 50051)\n  -h, --help             output usage information\n```\n\n## Development\n\nIf you make changes to any of the protobufs, the libraries for the server have to be recompiled with `npm run build` after they're modified.\n\nIf you want to play around with the RPC, I highly recommend [BloomRPC](https://github.com/uw-labs/bloomrpc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltingice%2Fnano-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeltingice%2Fnano-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltingice%2Fnano-grpc/lists"}