You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neeboo
c0e6014c71
|
5 years ago | |
---|---|---|
packages | 5 years ago | |
scripts | 6 years ago | |
typings | 6 years ago | |
.babelrc | 6 years ago | |
.eslintignore | 6 years ago | |
.gitignore | 6 years ago | |
.prettierignore | 6 years ago | |
.prettierrc | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
gulpfile.js | 6 years ago | |
lerna.json | 5 years ago | |
package.json | 6 years ago | |
tsconfig.base.json | 6 years ago | |
tsconfig.json | 6 years ago | |
tsconfig.test.json | 6 years ago | |
tslint.json | 6 years ago | |
webpack.config.js | 6 years ago |
README.md
Harmony-SDK-Core
A Harmony's blockchain javascript library
It's a mono-repo library, not yet published to npm.
Install from npm/yarn
# npm
npm install @harmony-js/core@next
# yarn
yarn add @harmony-js/core@next
# tslib may be required, we'd better install it as well
npm install tslib
yarn add tslib
Packages
- @harmony-js/core
- @harmony-js/account
- @harmony-js/crypto
- @harmony-js/network
- @harmony-js/utils
- @harmony-js/transaction
- @harmony-js/contract
Manually Build
-
make sure you have latest
node.js
andyarn
installed -
git clone
git clone git@github.com:FireStack-Lab/Harmony-sdk-core.git cd Harmony-sdk-core
-
cleanup and build
yarn global add lerna && yarn install && lerna bootstrap && lerna link && yarn dist