25 packages
@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"), }
@parity/revive
Node.js module to compile Solidity contracts to Polkavm bytecode, using [Revive](https://github.com/paritytech/revive)
@parity/schnorrkel-js
a wasm port of the schnorrkel crypto library.
@parity/shapeshift
The Parity Promise-based library for interfacing with ShapeShift over HTTP
@parity/shared
Shared states and non-ui components for the Parity wallet
@parity/ui
Parity React UI components
@parity/zombienet
ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks
@parity/zombienet-dsl-parser-wrapper
Zombienet DSL parser: produces a test definition, in json format, that can be used with the ZombieNet's test-runnner.