Created
September 24, 2018 13:30
-
-
Save plutoegg/1f7d2d20953e6a2f0d2a698b4257844c to your computer and use it in GitHub Desktop.
Trustless Developer Guide - 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const symbol = 'ZRXETH' | |
const amount = -15 | |
const price = 0.0025 | |
const orderId = await efx.submitOrder(symbol, amount, price) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment