如何通过API或节点rpc传输Tezos?
1 个回答
- 投票数
-
- 2019-07-26
Maybe this tutorial can help? http://www.ocamlpro.com/2018/11/15/an-introduction-to-tezos-rpcs-a-basic-wallet/
-
我有以下https://medium.com/@bakenrolls/sending-multiple-transactions-in-one-batch-using-tezos-rpc-6cab3a21f254,但传输tezos错误为" [{" kind"]时出现错误:"branch","id":"proto.004-Pt24m4xi.implicit.empty_implicit_contract","implicit":"tz1f7eZUXb8SSLbQTYnvniFmYkog72gKHbeH"}]"i have following https://medium.com/@bakenrolls/sending-multiple-transactions-in-one-batch-using-tezos-rpc-6cab3a21f254 but i got error when transfer the tezos error were "[{"kind":"branch","id":"proto.004-Pt24m4xi.implicit.empty_implicit_contract","implicit":"tz1f7eZUXb8SSLbQTYnvniFmYkog72gKHbeH"}]"
- 0
- 2019-07-26
- raj
-
那是目的地地址吗?Is that the destination address?
- 0
- 2019-07-27
- ping_
-
如果是第一次使用该地址对操作进行签名,则可能是丢失的启示操作. 参见http://tezos.gitlab.io/mainnet/introduction/howtouse.html?highlight=reveal#transfers-and-receiptsIt could be a missing revelation operation, if it the first time that address is used to sign an operation. See http://tezos.gitlab.io/mainnet/introduction/howtouse.html?highlight=reveal#transfers-and-receipts
- 0
- 2019-07-28
- Seb Mondet
-
看看我进行的这项交易https://alphanet.tzscan.io/onn6RvJbvivN5Wk25YUUuWtL5ykvdvUPdDouUzr4vd64KigGAnA?look at this transaction i perfromed https://alphanet.tzscan.io/onn6RvJbvivN5Wk25YUUuWtL5ykvdvUPdDouUzr4vd64KigGAnA?block_hash=BMN6AakaH1hg9MvwDuqDDCXR9PsVhVBhaiQjrtPAhbCwm4iht6e
- 0
- 2019-07-29
- raj
-
在这里,我不知道为什么会失败?here i don't know why it was fail ??
- 0
- 2019-07-29
- raj
您好,我想将tezos api集成到节点js中.我已经尝试过这种集成" https://github.com/TezTech/eztz/wiki/Documentation ",但不适用于将tezos从一个地址转移到另一个地址.任何人都对通过api传输tezos有任何想法.