🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@parity/jsonrpc

Package Overview
Dependencies
Maintainers
5
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/jsonrpc

JSON and JS interface defintions for RPC

latest
Source
npmnpm
Version
2.1.6
Version published
Maintainers
5
Created
Source

jsonrpc

JSON file of all ethereum's rpc methods supported by parity

Build Status Coverage Status Dependency Status devDependency Status

interfaces

interfaces.md contains the auto-generated list of interfaces exposed, along with their relevant documentation

contributing

  • Clone the repo
  • Branch
  • Add the missing interfaces only into src/interfaces/*.js
  • Parameters (array) & Returns take objects of type
    • { type: [Array|Boolean|Object|String|...], desc: 'some description', example: 100|'0xff'|{ ... } }
    • Types are built-in JS types or those defined in src/types.js (e.g. BlockNumber, Quantity, etc.)
    • If a formatter is required, add it as format: 'string-type'
  • Run the lint & tests, npm run lint && npm run test
  • Generate via npm run build which outputs index.js & index.json.
  • (optional) Generate docs via npm run build:markdown which outputs md files to ./docs.
  • Check-in and make a PR.

Keywords

Ethereum

FAQs

Package last updated on 13 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts