Please enable JavaScript.
Coggle requires JavaScript to display documents.
Eth (acount (messages (include (sender, recipient, STARTGAS), is sent from…
Eth
acount
EOAs(Externally Owned Account): controlled by private key
Contract Account: controlled by code and active by an EOAs
messages
is sent from a contract account to other
include
sender
recipient
STARTGAS
transaction
is signed data package via blockchain from a EOAs to other
include
recipient
signature
value: amount
STARTGAS: maximum number of computational steps the transaction executed
GASPRICE: fee
Solidity
new language to develop smart contact for Eth
test:
online: use Remix
offline
Mix
Populus
diffirent bitcoint
track all accounts and transactions
turing complete
smart contact -> code in Contract account