Skip to content

stevenSkyZhu/dhedge-sdk-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dHEDGE Bot SDK Example

For longer version please refer to this Medium post.

For a quickstart stay here:

Clone this repo and copy .env.example into .env and prefill the variables like mnemonic seed for the account and Web3 provider details:

MNEMONIC="magna volatile mice juggle ubiquitous nudist …"
ACCOUNT_ID="0"
PROVIDER="https://kovan.infura.io/v3/your-code-here"
//Ropsten
FACTORY_ADDRESS="0xc3F42F64AD9A7C55D4e5970459f8CE8069456408"
//Mainnet
//FACTORY_ADDRESS="0x03d20ef9bdc19736f5e8baf92d02c8661a5941f7"

Install the dependencies with npm i and run the example with node rebalance.js.

If you have created a pool already update:

const CREATE_POOL = false
const POOL_ADDRESS = '0xYourAwesomePool'

About

dHEDGE Bot SDK Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Shell 2.7%