Skip to content

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

Notifications You must be signed in to change notification settings

theblockstalk/eosio-contracts

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages