cardano-js
v0.4.8
Published
Cardano primitives for ECMAScript applications
Downloads
94
Readme
Overview
Base package to contain Cardano primitives and low level operations for ECMAScript applications, including address introspection.
How to install
$ yarn add cardano-js
# or
$ npm install -S cardano-js
How to build from source
- Clone the repository.
$ git clone [email protected]:input-output-hk/cardano-js.git
$ cd cardano-js
- Install
$ yarn
- Package
$ yarn pack