@hazbase/lib

1.0.16 • Public • Published

@hazbase/lib

Library for Hazama base platform

Installation

To install the @hazbase/lib npm module, open a terminal window in your project folder and run:

$ npm install @hazbase/lib

Usage

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

import hazlib from @hazbase/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 @hazbase/lib

Weekly Downloads

8

Version

1.0.16

License

Apache-2.0

Unpacked Size

484 kB

Total Files

27

Last publish

Collaborators

  • indiesquare