Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Is lock time implemented? If yes, what is the easiest way to create a transaction to use it in multichain?
I want to my app can create a stream and publish data with his own address (Like a wallet)
Multichain 1.0.4 Data Streams: Is there a way to query with an array of transactions?
Is it possible to create a private blockchain within my intranet ?
Is there a way to charge a fee based on the metadata size of a standard transaction?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
Is there a way to write my own pubkey script and create a raw multichain transaction with it?
+1
vote
asked
Mar 23, 2017
by
kakkoiiman
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, you can do this, but you would need to build the transaction using an external library rather than the MultiChain APIs. MultiChain uses bitcoin's transaction format so any bitcoin-compatible library can help you do this.
answered
Mar 23, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...