hazama-lib

2.0.23 • Public • Published

hazama-lib

Library for Hazama base platform

Installation

To install the hazama-lib npm module, open a terminal window in your project folder and run:

$ npm install hazama-lib

Usage

After package is downloaded and installed, you're ready to import it in your code:

import hazlib from hazama-lib

...
const network = 'polygon'
const privateKey = 'dummy'
const metadata = {
    name: "My bundle"
}

const contractAddress = hazlib.deployBundle({ network, privateKey, metadata })
...

Readme

Keywords

none

Package Sidebar

Install

npm i hazama-lib

Weekly Downloads

13

Version

2.0.23

License

Apache-2.0

Unpacked Size

456 kB

Total Files

25

Last publish

Collaborators

  • indiesquare
  • y_hoshino
  • quytran