0.1.4 • Published 5 months ago

@parity/hardhat-polkadot-resolc v0.1.4

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 months ago

hardhat-polkadot-resolc

Polkadot Hardhat plugin to compile Ethereum-compatible solidity smart contracts.

Compatibility

  • Not compatible with solidity versions lower than 0.8.0.

Installation

Using npm:

$ npm install -D @parity/hardhat-polkadot-resolc

Using yarn:

$ yarn add -D @parity/hardhat-polkadot-resolc

Using pnpm:

$ pnpm add -D @parity/hardhat-polkadot-resolc

Configuration

  1. Import the package in the hardhat.config.ts file:
...
import "@parity/hardhat-polkadot-resolc";
...
  1. Configure resolc in hardhat.config.ts according to available options.

Usage

Compile solidity smart contracts for the Polkadot network, creating PolkaVM compatible hardhat artifacts.

$ npx hardhat compile

Happy building! 👷‍♀️👷‍♂️

0.1.4

5 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago