Skip to content
xiaodao edited this page Oct 23, 2018 · 6 revisions

Welcome to the cryptomeetup-contracts wiki!

发行新的地产 (目前没有权限限制,人人有功练)

cleos -u http://api.eosbeijing.one push action cryptomeetup newland '[ "minakokojima", "0.0100 EOS" ]' -p cryptomeetup@active minakokojima@active

查询全局信息

cleos -u http://api.eosbeijing.one get table cryptomeetup cryptomeetup global

查询地产

cleos -u http://api.eosbeijing.one get table cryptomeetup cryptomeetup land

查询用户

cleos -u http://api.eosbeijing.one get table cryptomeetup cryptomeetup player

查询发行量、储备金与币价

cleos -u http://api.eosbeijing.one get table cryptomeetup cryptomeetup market

  • 发行量:supply,初始 40000000.0000 CMU
  • 储备金:balance,初始 80000.0000 EOS
  • 币价:supply/10000000000 ,初始 0.004 EOS/CMU
Clone this wiki locally