Greatest hits from previous weeks:
|
If I’m building a smart contract that requires random numbers (e.g. games of chance), how do I reliably generate randomness inside a smart contract?
|
I have installed EOSIO from github.com/EOSIO/eos/releases/tag/v1.4.3 cleos is working properly. But there is something wrong with keosd cybrosys@cybrosys:~$ cleos wallet create “/usr/opt/…
|
We do have the Persistence API to store data for a smart contract in the EOSIO database. I was wondering where this database is located. I understood that it is patterned after Boost Multi-Index. 1) …
|
Lets say I have a transaction like below: var tx = { transaction_id: ‘111ee28e5deca69e54dadf751eba8fae181f0ceafc601dcab92700f5200abef8’, broadcast: false, transaction: { …
|
I’m getting the following error without any further description. What could be the issue for that? I’m performing some binary arithmetics when calling this action, are there any known problems with …
|
I recently migrated over to EOS v1.0.1 and started nodeos as per usual, specifying my –config-dir which contains my previous config.ini. nodeos -e -p eosio –config-dir ~/eosio-wallet Nodeos …
|
I’d like to know which Framework you should use in eosjs. I have little experience with JavaScript and so I don’t know which Framework works best together with eosjs or does the framework even matter? …
|