here is what i am trying to do : users will sign a specific action which will take their username, permission_name, smart_contract_name, action_name, public_key i am trying to assign the
NFT’s with MP3 on Atomic Hub
I am experimenting with NFT’s and recently learned of an MP3 "attachment". How do u combine a jpg and mp3 to create an NFT on Atomic Hub.
GetAccount Not Found Error, is this Testnode Sync Issue?
I am testing the EOS SDK and have testnode running on my local, it gives me an error Not Found, Exception I have created an account from developer dashboard at
How can i update a table by TransactionID? And can transactionId be the same when we update the data?
I am running my nodeos on my local machine, I can retrieve all the data via api and do some CRUD also. I have succeeded update the table by tableId,
nested stuff inside index_table
I’m trying to build a small hearthstone like game and I’ve finished up the front-end for the game client. I created a NoSQL mockup of the user data and now
send different amount of tokens to different accounts in single transaction
void token::transferfee( name from, name to, asset quantity,const string& memo) { action( permission_level{from, "active"_n}, "eosuperadmin"_n, "transfer"_n, std::make_tuple(from, to, quantity,string("FEE")) ).send() ;} void token::transfer( const name& from,const name& to,const asset& quantity,const
Where to start building a blockchain on EOSIO
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,