dhedge-sdk
v0.0.10
Published
dHedge.org Trading SDK
Downloads
3
Readme
dhedge-sdk
Installation
npm install dhedge-sdk
Setup .env
Copy the .env.example
file to .env
in the root of your project and fill out the missing information:
MNEMONIC=""
ACCOUNT_ID=""
PROVIDER=""
FACTORY_ADDRESS=""
GAS_ESTIMATE_PADDING="20"
Documentation
Documentation can be found at: Documentation
Examples
Examples can be found at: Examples