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: 3 months ago
JSON representation

EOSIO smart contract examples, patterns and use of eosjs SDK and unit tests such as eoslime

Lists

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.