Javascript SDK of WoopChain protocol
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 88d004d3cb [fix] update a lot 6 years ago
examples [fix] update a lot 6 years ago
packages [fix] update a lot 6 years ago
scripts [breaking] simplify blockNumber validation and blockchain methods 6 years ago
typings [fix] update a lot 6 years ago
.babelrc [WIP] add dependencies 6 years ago
.eslintignore [feat] update a lot 6 years ago
.gitignore [fix] update a lot 6 years ago
.prettierignore [WIP] add dependencies 6 years ago
.prettierrc [WIP] add dependencies 6 years ago
README.md [fix] update a lot 6 years ago
gulpfile.js [WIP] update @harmony/core 6 years ago
package.json [fix] update a lot 6 years ago
tsconfig.base.json added harmony-network and new bundler 6 years ago
tsconfig.json [WIP] update @harmony/core 6 years ago
tsconfig.test.json [breaking] move blockchain class to core 6 years ago
tslint.json [WIP] add dependencies 6 years ago
webpack.config.js added harmony-network and new bundler 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.

Packages

  1. harmony-core
  2. harmony-account
  3. harmony-crypto
  4. harmony-network
  5. harmony-utils
  6. harmony-transaction

Install and Build

  1. make sure you have latest node.js and yarn installed

  2. git clone

    git clone git@github.com:FireStack-Lab/Harmony-sdk-core.git
    cd Harmony-sdk-core
    
  3. cleanup and build

    yarn global add lerna && yarn install && yarn bootstrap && yarn dist
    

Test local wallet

  1. open examples
  2. run node testWallet.js
  3. you can see mnemonic and simple password and 10 accounts imported

Test Harmony node

  1. install harmony-node and use branch ricl-web3
  2. build it and run
  3. open examples
  4. run node testNode.js