1.0.12 • Published 2 years ago

@ikalasdev/contractmanager v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Contract Manager

Installation

  1. This is a Node.js module available through the npm registry. Before installing, download and install Node.js. If this is a brand new project, make sure to create a package.json first with the npm init command.

  2. install the module using

npm install @ikalasdev/contractmanager

Usage

    const manager = require("@ikalasdev/contractmanager");
    
    const abi = manager.getAbi(erc20SourceCode);

    const transaction = await manager.deploy(erc20SourceCode);

    const {address, networkName, explorer} = await manager.deploy(erc20SourceCode, chainId, process.env.PRIVATE_KEY);

Want to see more ? Check the test code in the repository

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago