Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theblockstalk/eosio-contracts
EOSIO smart contract examples, patterns and use of eosjs SDK and unit tests such as eoslime
https://github.com/theblockstalk/eosio-contracts
blockchain eos eosio eosjs smart-contracts telos
Last synced: about 1 month ago
JSON representation
EOSIO smart contract examples, patterns and use of eosjs SDK and unit tests such as eoslime
- Host: GitHub
- URL: https://github.com/theblockstalk/eosio-contracts
- Owner: theblockstalk
- Created: 2019-12-03T16:49:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:53:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T12:11:43.555Z (8 months ago)
- Topics: blockchain, eos, eosio, eosjs, smart-contracts, telos
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-eosio - theblockstalk/eosio-contracts - Example smart contracts, dapps and system contract templates. (Developers / Code examples)
README
# EOSIO smart contract examples
### polymorphism_shapes
How NOT to create polymorphic structures in the EOSIO database (see variants_shapes for a correct solution)
### variants_shapes
Using variants to store different shapes in the EOSIO database
### variants_uints
A simple version of variants_shapes that stores uint8_t, uint16_t or a string in a table
### commit_hash_reveal
A full blockchain application:
- EOSIO smart contract with commit/reveal hash pattern
- A no-framework (no React, Vue etc) front-end web app to connect to the smart contract.
- Unit test suit using eoslime.