Newest Questions
2,405 questions
0
votes
0
answers
4
views
How to identify the smart contract Im interacting with on a website? [closed]
I'm teaching myself blockchain development and trying to identify a smart contract on a website. The site uses a layer 3 solution built on top of a Solana smart contract, with a game number connecting ...
0
votes
1
answer
11
views
Deposit didn’t back
Last night I made a transfer via the eos Bybit network to eos wallet. The coins were delivered. But more than 12 hours have passed, and the deposit has not been returned. What's the matter? How long ...
0
votes
1
answer
9
views
Trying to recover account with public keys/seed phrases
I am trying to recover some EOS I had that I had bought on The Exodus app, years ago. However I do not have the account name and I also have well over 275 seed phrases that I have to go through. After ...
0
votes
0
answers
14
views
I get an error when i try to sign certain transactions through the ledger live + eos app 1.5.0 + anchor wallet
i am on the wax blockchain and i login through ledger live + eos app + anchor wallet.
When i try to do certain transactions, the eos app crashes. The anchor wallet shows me then the following error:
...
0
votes
0
answers
17
views
Error when setting up eosio.system contract - env.preactivate_feature unresolveable
Setting up a local eosio network using docker and facing an issue while setting the contract for eosio.system and eosio.bios.
Eosio setup
eosio : v2.1.0
eosio.cdt: v1.7.0
eosio.contracts: v1.9.0
...
0
votes
0
answers
5
views
Stock investment
Stock investment involves purchasing shares of companies to generate returns through capital appreciation and dividends. Ruchir Gupta Training Academy offers comprehensive courses, equipping ...
0
votes
0
answers
3
views
Can i use EOS Notechain boilerplate to achieve Multi org setup?
I am building a supply chain DApp using Notechain, which works well in a local single-node environment. Now, I want to expand it to a multi-node setup to make it more distributed.
What are the key ...
0
votes
0
answers
38
views
Multi-Org Testnet fails in synchronizing. (Using EOS notechain boilerplate)
I am able to setup Multi-Org (4 organization) EOS network using docker. However I am not able to get the details executed by org1 action to the other nodes (i.e org2, org3 and org4). I get the account ...
0
votes
0
answers
2
views
on websocket ,how can raw::unpack(state_result), or other way to do ? use abieos_bin_to_json?
Problem Description:
When using WebSocket for communication, I need to deserialize the received binary data into a state_result struct, or convert it to JSON format. I understand that I can use fc::...
0
votes
0
answers
15
views
EOSJS Transfer Fail with message: Assertion failure: unable to find key
Here is my code that attempts to do EOS transfer using eosio.token smart-contract:
import { Api, JsonRpc } from 'eosjs';
import { JsSignatureProvider } from 'eosjs/dist/eosjs-jssig.js';
const ...
1
vote
0
answers
9
views
Trying to unstake EFX coin after 4 years
I have been staking effect.ai token EFX for more than 4 years now and honestly didn't touch it during that time.
Now I wanted to unstake it, but when I try to connect my wallet here
https://dao.effect....
0
votes
1
answer
33
views
Error when executing get_account method: incoming message length unexpected
When sending POST request to /v1/chain/get_account using the following code, I get 502 back.
import requests, json
url = "https://api-node.eos.mydomain.com/v1/chain/get_account"
data = {&...
0
votes
1
answer
42
views
Error when setting eosio.bios contract
I am instantiating a new EOS network for a private blockchain. When the bios node executes cleos set contract eosio /contracts/eosio.bios -p eosio -x 1000 I get the following error. How can I fix ...
1
vote
0
answers
75
views
Beginner question on how EOS is used in gambling
Hey so there is this gambling site I use, which according to them uses the EOS blockchain to randomize the outcome. I'm trying to figure out if the games are rigged or not but can't get anywhere since ...
0
votes
1
answer
24
views
Alternative to std::ifstream for eosio contract
I'm watching for an alternative to "std::ifstream" because "#include " can't include as header in a contract.
My code is:
std::istream& operator>>(std::istream& str, ...