-
File: [docs/06_eosio-blockchain-networks/index.md](https://github.com/EOSIO/welcome/blob/develop/docs/06_eosio-blockchain-networks/index.md)
Please add LACCHAIN EOSIO to the list of EOSIO netwo…
-
I used the documentation provided by [EOSI](https://developers.eos.io/eosio-home/docs/your-first-contract). I made all the required installation as suggested in the docs. While writing the hello world…
-
-
When I want to accept token transfers to my contract, I am usually doing this while using eosio.cdt, what's the alternative using clsdk?
```
[[eosio::on_notify("atomicassets::transfer")]]
```
-
Let's say I want to track all transfers TO `contract1` and all transfers FROM `contract2`.
How do we capture this with our params schema @DenisCarriere ?
-
## `lock` TABLE
- scoped by `{name} owner`
```c++
struct [[eosio::table("lock")]] lock_row
{
uint64_t seed;
block_timestamp locked;
uint64_t primary_key() cons…
-
When I compile and run `hello_driver.cpp` and removing `memset` from the example I get the error that: `no mapping for imported function` for at least 3 functions:
- `set_blockchain_parameters_packed…
-
When I run ./quickstart.sh, the chain never starts. I get:
```
[quick_start.sh] Starting eosio docker
=== run docker container from the eosio-cardgame:eos2.0.5-cdt1.6.3 image ===
06d3234e4420db0d5…
-
Since **EOSIO** has been rebranded to **Antelope** the branding in the docs has to be changed accordingly.
-
Its failing with error when trying to serialize structure containing std::map
It says:
"tester wasm asserted: Don't know how to generate abi for NSt3__24pairIKN5eosio4nameEyEE. Try EOSIO_REFLECT…