dApp Front-end steps
2018-03-15 20:15:01 21 举报
dApp Front-end steps
作者其他创作
大纲/内容
After Contract posted to blockchain: returnsAddress + ABI
dapp pushes compiled contract to network
Key
nonce=0
Front-end JS
geth
Frontend can now make calls to Contract on blockchain:call:Address + ABI + nonce
.sol
ConsenSys/testrpc(at https://github.com/ConsenSys/eth-testrpc)
nonce=1
Your Private Ethereum Network
pythereum
5
6+
Ethereum Node
Keystore?
3
1
web3.js
.sol binary sent back to dapp
4
A Contract Creation Transaction is shown in steps 1-5 at above.
2
Solidity Contract *.sol
Solidity compiler(Solc)
cpp-ethereum
dApp Front-end steps
nonces prevent pushing duplicate transactions and increase for the lifetime of a key
?
Ethereum / or Private Network
0 条评论
下一页