Socket
Book a DemoInstallSign in
Socket

@parity/revive

Package Overview
Dependencies
Maintainers
12
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/revive

Node.js module to compile Solidity contracts to Polkavm bytecode, using [Revive](https://github.com/paritytech/revive)

latest
npmnpm
Version
0.0.21
Version published
Weekly downloads
0
-100%
Maintainers
12
Weekly downloads
 
Created
Source

@parity/revive

Node.js module to compile Solidity contracts to Polkavm bytecode, using Revive

Usage

const sources = {
["contracts/1_Storage.sol"]: {
    content: readFileSync("fixtures/storage.sol", "utf8"),
}

const out = await compile(sources);

FAQs

Package last updated on 09 Apr 2025

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