israellevin / eos-roulette

A roulette game over EOS smart contract
0 stars 1 forks source link

add economics to the test #7

Closed owlen closed 5 years ago

owlen commented 5 years ago

see https://medium.com/eosatticlab/how-to-launch-local-eos-multi-node-testnet-by-attic-lab-234e06f0f0c section 11:

cleos set contract eosio /path/to/EOSIO_SOURCE/build/contracts/eosio.system After that we see the limitation of available resources...

I don't see a wasm file in contracts/eosio.system (like the one I see in contracts/eosio.token) so I'm not sure whether you compile it somehow.

owlen commented 5 years ago

pushed adding of eosio.system. no effect. Note: https://eosio.stackexchange.com/questions/485/what-is-sys-token SYS is how they now call eos!!! Can that be it??

israellevin commented 5 years ago

Fixed in 8e2df748cf6d9fa594f5ca1f93754a2efc2d116e.