Wallet-less Transactions

+1 vote
I would like to create assets and transfer them between accounts and query balances by account without using a wallet.  Is this possible?  Which JSON APIs should I use to do this?
asked Aug 12, 2016 by Bullsear

1 Answer

+1 vote

You can sign transactions without using MultiChain's wallet, if you keep private keys outside the node, and use the raw transaction mechanism and a bitcoin-compatible transaction signing library. You can still use importaddress to make the balance for a particular address queryable from MultiChain.

answered Aug 13, 2016 by MultiChain
...