Skip to content

lzl124631x/harmony-sdk-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harmony-sdk-examples

Install

yarn install

Tutorial

  1. What is it
  2. Very Quick Start
  3. Get Harmony ready
  4. Compiling Job
  5. Contract Deployment
  6. Contract Call
  7. Address to address transaction

Test local wallet

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

Test with Harmony node

Currently unavailible

Test with ganache-cli

** ganache-cli runs in js file **,

In this case, we use ganache and ethereum's setting to simulate the result

We don't need harmony's testnode running.

  1. open nodejs
  2. run node testGanache.js

About

sdk examples for harmony-sdk-core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • TypeScript 45.2%
  • CSS 2.7%
  • HTML 1.6%