Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket
p

paritytech-ci

npm

Packages

Current Co-maintainers

Former Co-maintainers

94 packages

capi

Capi is a framework for crafting interactions with Substrate chains

create-polkadot-dapp

Create Polkadot DApp in one command:

@eng-automation/integrations

Parity EngAutomation reusable third party integrations

@eng-automation/js

Parity EngAutomation common code

@eng-automation/js-style

Parity EngAutomation codestyle package

@eng-automation/testing

Parity EngAutomation test helpers and fixtures

parcel-transformer-capi

Enable Parcel support for Capi

@parity/abi

Ethereum ABI encoder and decoder

@parity/api

The Parity Promise-based API library for interfacing with Ethereum over RPC

@parity/contracts

Parity's contracts as ES6 classes.

@parity/electron

Control the Parity Ethereum node from Electron.

@parity/erc681

ERC-681 & ERC-831 parsing

@parity/etherscan

The Parity Promise-based library for interfacing with Etherscan over HTTP

@parity/ethkey.js

Ethereum keys generator, compatible with [rust codebase](https://github.com/paritytech/parity/tree/master/ethkey).

@parity/hardhat-polkadot

Use Hardhat with Polkadot all-in-one plugin

@parity/hardhat-polkadot-node

Polkadot [Hardhat](https://hardhat.org/) plugin to run a mock in-memory node.

@parity/hardhat-polkadot-resolc

Polkadot [Hardhat](https://hardhat.org/) plugin to compile Ethereum-compatible solidity smart contracts.

@parity/jsonrpc

JSON and JS interface defintions for RPC

@parity/ledger

JS interface for Ledger Nano hardware

@parity/light.js

A high-level reactive JS library optimized for light clients

@parity/light.js-react

A HOC to easily use @parity/light.js with React.

@parity/mobx

Parity MobX Stores

@parity/parachains-integration-tests

Since the arrival of XCMP-Lite, communication between different consensus systems became a reality in the Polkadot ecosystem. _Parachains Integration Tests_ is a tool that was created with the ambition of easing testing interactions between Substrate bas

@parity/qr-signer

A React Component that handles generating and scanning QR codes compatible with Parity Signer

@parity/resolc

```typescript import { compile } from "@parity/resolc"; const sources = { ["contracts/1_Storage.sol"]: { content: readFileSync("fixtures/storage.sol", "utf8"), }