simplest way to send a transaction

+1 vote
We are setting up external key wallets via an api call - createkeypairs will send the data back with private key and address...that data is stored locally in device or browser storage. We won't have access to the private key, so I just wanted to know the simplest method of API calls to send assets via API calls, rather than try to do everything in the browser.
asked Mar 12, 2018 by mark

1 Answer

+1 vote
You'll find extensive guidelines on building and sending external transactions on this page:

https://www.multichain.com/developers/external-key-management/

Let us know if there's something you want to do which is not covered there.
answered Mar 12, 2018 by MultiChain
...