ethereum-waffle

  • Version 4.0.10
  • Published
  • 197 kB
  • 6 dependencies
  • MIT license

Install

npm i ethereum-waffle
yarn add ethereum-waffle
pnpm add ethereum-waffle

Overview

Sweeter, faster and simpler than truffle.

Index

Functions

function deployContract

deployContract: <T extends ContractFactoryOrJSON>(
wallet: Wallet | Signer,
factoryOrContractJson: T,
args?: DeployArgumentsOf<T>,
overrideOptions?: providers.TransactionRequest
) => Promise<ContractTypeOf<T>>;

    Package Files (2)

    Dependencies (6)

    Dev Dependencies (7)

    Peer Dependencies (1)

    Badge

    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/ethereum-waffle.

    • Markdown
      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/ethereum-waffle)
    • HTML
      <a href="https://www.jsdocs.io/package/ethereum-waffle"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>