-
Updated
May 29, 2020 - Go
eosio
Here are 315 public repositories matching this topic...
I have a suggestion.
There are many buttons when we use Scatter. When we touch each buttons by using mouse, if shows the meaning of button before click, it would be convenient to know what each button does before we click it.
For example, when we touch (not click) a button by using mouse, it shows save, or close, etc.
Thanks for Scatter team ^^*
-
Updated
Jun 17, 2019
The messaging right now is pretty confusing when it states the transaction has not been broadcast.
Technically this is true, but it's leading users to believe the transaction wasn't broadcast at all. It. is however, it's just being done by anchor-link.
-
Updated
Jun 8, 2018
Currently source annotations are using javadoc style comments that are compatible with Doxygen. However, the coding style used in EOSIO contracts have evolved and are no longer Doxygen-compatible. This is why we're employing mdjavadoc as a stop-gap to parse only the actions in the documentation after some preprocessing; namely removal of [[eosio declarations]].
Standardese appears to b
-
Updated
Jan 24, 2019
Owners of monsters should be able to add a biography to their monsters
- Add contract
updatebioaction - Add updater in demux
- Add UI in frontend
- Add API to view public profile like https://labs.eostitan.com/api/v1/account-profiles/all/friedgermuef
-
Updated
Jun 11, 2019 - C
https://steemit.com/eos/@greymass/an-eos-smart-contract-for-block-producer-information
We could show from bps more info in the table, icon, email contact, location
-
Updated
Nov 2, 2018
-
Updated
Dec 21, 2018 - JavaScript
-
Updated
Oct 27, 2019 - Dockerfile
In the tutorial /lesson1/chapter3, it informs the users to start the react front end with the command npm init react-app my-app but I think it was meant to be npx create-react-app my-app? npm init react-app simply creates a package.json. If this is an issue I can fix!
If anyone is attempting to use this boilerplate with any other examples we have, it may be confusing that this chain is deploying custom contracts. For example, there was confusion caused by the lack of buyrambytes contracts in this EOSJS issue. We should consider adding a note that these contracts are different than the system contracts or install t
-
Updated
Nov 24, 2019 - C++
Double checks that the lower bound key is actually the key you asked (otherwise returnsthe next row) so we always need to check. It's about annoying.
-
Updated
Jun 12, 2018 - WebAssembly
-
Updated
Apr 26, 2018 - JavaScript
-
Updated
Oct 14, 2019 - Vue
-
Updated
Apr 7, 2020 - Rust
according to latest commit of sql_db_plugin(https://github.com/EOSIO/eos/blob/6a2014aaac65bbd8d40459c44976d6e7c77eaa21/plugins/sql_db_plugin/db/actions_table.cpp#L32) there is no 'parent_Id' column in 'action' table but 'parent'
but since EOSTracker-API commit from "Jul 15, 2018 / commit id : 6a12125e4d256f5647396b3304a77f3bd3962ebe" api uses "parent_Id" columns.
Mobile Testing
Document how to test mobile web & native apps on EOS Local
-
Updated
Feb 15, 2018 - Vue
Improve this page
Add a description, image, and links to the eosio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eosio topic, visit your repo's landing page and select "manage topics."

at the bottom on this page
https://developers.eos.io/manuals/eosio.cdt/latest/installation
there's a couple of things wrong