This is the Harmony Javascript SDK which provides an easier way to interact with Harmony blockchain.
Please read the documentation for full API doc.
The SDK includes following packages with package-level documentation and examples inside each package.
This library works on both nodejs and browser. Please use it according to your use case.
Note: we added a @next tag to npm package, please use the following command to install with npm/yarn
# npm
npm install @harmony-js/core@next
# yarn
yarn add @harmony-js/core@next
# tslib is required, we'd better install it as well
npm install tslib
yarn add tslib
lerna
and typescript
globallyyarn global add lerna && yarn global add typescript
yarn bootstrap
Build umd
and esm
version javascript for each sub-packages, which can be accessed by import
or require
yarn dist
All files are exported in packages/dist
folder, use **.esm.js
or **.umd.js
format
yarn test:src
'cross-fetch': 'jest-fetch-mock'
line from scripts/jest/jest.e2e.config.js
yarn build && yarn test:e2e
Generated using TypeDoc