1.0.16 • Published 6 months ago

@hazbase/lib v1.0.16

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

@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 })
...
1.0.16

6 months ago

1.0.15

9 months ago

1.0.14

11 months ago

1.0.13

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago