Where can I find a step by step or at least the docs on how to create a blockchain on EOSIO? Their website has a bunch of resources but mostly
How to actually deploy a live blockchain?
I have been researching a lot about how to build a new blockchains. So far, all guides say very similar things: Identify use case Identify consensus method Design nodes design
How check deferred transaction logs on EOS jungle testnet?
As I working on jungle testnet and perform a 1 deferred transaction with some scheduled automatic time. But I failed to see transaction logs on the jungle testnet. Can any
i would like to compile eosio with -g, to debug with GDB
hi ino t expert with cmake and i would like to be able to compile with -g flag ( the debug symbols) to be able to use gdb as debbuger,
EOSIO Error: 3040006 from api
from this afternoon we receive the error in question from the api, without having changed anything after several months of use. Anyone have an idea why?
EOSIO unsupported key_type uint64_t
I am using a secondary key to get table rows: static async getItemById(itemId){ try{ const rpc = new JsonRpc(process.env.REACT_APP_EOS_HTTP_ENDPOINT); const result = await rpc.get_table_rows({ "json": true, "code": process.env.REACT_APP_EOS_CONTRACT_NAME, "scope": process.env.REACT_APP_EOS_CONTRACT_NAME,
Smart Contract Close Function
cleos push action eosio.token close ‘["bob","TIK"]’ -p alice@active I’m calling close function of eosio.token smart contract using above command on local node.
Is there a site where I can see how much EOS is being unstaked over time?
I’m looking for a chart that shows how much EOS is being unstaked over time. Say last week 5 million was being unstaked and then today, there is 10 million
Prometheus exporter for eosio
I am new to Prometheus and Grafana. I need Prometheus eos exporter for the purpose of Eosio private blockchain dashboard. I researched but didn’t get any expected results. I need
How to get table data from Jungle testnetwork?
I am trying to get all the insert data using get table on jungle testnet. But I was failed and get only an empty row value. command: cleos –url https://jungle3.cryptolions.io:443