转账
cleos push action 部署合约 transfer '[ "{to}", "数量 符号", "m" ]' -p 账号
EOSIO模块:
- nodeos - EOSIO核心模块,作为节点出块,用于启动eosio服务,在后台运行,启动时可以添加多种插件plugin:
producer_plugin(见证人插件):见证人必须使用这个插件,普通节点不需要。
wallet_plugin(钱包插件):使用这个插件就可以省去 keosd 钱包工具。
wallet_api_plugin(钱包接口插件):给钱包插件提供接口。
chain_api_plugin(区块链接口插件):提供区块链数据接口。
http_plugin(http 插件):提供 http 接口。
account_history_api_plugin(账户历史接口):提供账户历史查询接口。
- cleos - 命令行界面钱包工具,连接用户与节点,见《EOS命令行界面钱包》,位于eos/build/programs/cleos/cleos
- keosd - 管理钱包的各种组件,管理私钥,默认情况下,keosd将随cleos一起启动。位于eos/build/programs/keosd
3.1. EOS 资源
3.1.1. EOS 主网与投票状态
https://eosnation.io
https://eoscountdown.com
https://status.producer.vote
http://eos.host/mainnet
https://www.mytokenpocket.vip
http://eosportal.io/chain/12/producers
http://eosnetworkmonitor.io
https://eosauthority.com/voting
3.1.2. EOS 投票工具
https://github.com/EOSLaoMao/eos-local-voter
https://www.mytokenpocket.vip
https://github.com/EOSLaoMao/eos-local-voter-desktop
http://eosportal.io
http://vote.libertyblock.io
https://tokenika.github.io/secure-bp-voting
https://github.com/greymass/eos-voter
3.1.3. EOS 区块链浏览器
https://eospark.com
http://scaneos.io
http://eosflare.io
http://eostracker.io
https://eosblock.co
https://explorer.eoseco.com
3.1.4. EOS 钱包资源
https://www.mytokenpocket.vip
https://meet.one/pomelo
http://halowallet.io
https://scatter-eos.com
https://eoswalletpro.com
https://token.im
http://www.medishares.org/wallet/cn
http://bitpie.com
http://www.eosbixin.com
https://cybex.io
http://eostoken.im
https://oraclechain.io
https://github.com/EOSPortal
https://github.com/EOSEssentials/EOSWallet
https://github.com/espritblock/eos4j
https://github.com/eostoken/wallet
https://github.com/espritblock/react-native-eos
https://github.com/OracleChain/PocketEOS-IOS
https://github.com/OracleChain/PocketEOS-Android
https://github.com/plactal/EosCommander