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.
1.5 KiB
1.5 KiB
Harmony-SDK-Core
A Harmony's blockchain javascript library
It's a mono-repo library, not yet published to npm.
Packages
Install and 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 && yarn bootstrap && yarn dist
Test local wallet
- open examples
- run
node testWallet.js
- you can see
mnemonic
andsimple password
and 10 accounts imported
Test Harmony node
- install harmony-node and use branch
ricl-web3
- build it and run
- open
examples
- run
node testNode.js
Test With ganache-cli
** ganache-cli runs in js file **
- open
examples
- run
node testGanache.js