MitchPierias
advanced-eos-examples
C++

EOS Smart Contract Development Examples

Last updated May 27, 2026
160
Stars
44
Forks
4
Issues
0
Stars/day
Attention Score
56
Language breakdown
No language data available.
Files click to expand
README

Advanced EOS Development Examples

A collection of Advanced EOS contract examples.
All contracts have now been updated to conform with the latest EOSIO.CDT release version 1.6

This repository contains a collection of Advanced EOS concepts and examples that are typically not covered through any educational material.

- Inline Vectors - Index references - Scope grouping

Usage

If this is your first time running the examples, you'll first need to clone the repo and install all required dependencies.
git clone https://github.com/MitchPierias/Advanced-EOS-Examples cd Advanced-EOS-Examples npm install
Next you can validate the examples by running
npm run test
It may take a while to install the docker images initially, this is Lamington's development environment setup stage. Be patient and take a coffee break. Next Lamington will compile and deploy the contracts before executing tests. If all this passes, it means the examples do what they say they do and your safe to copy them to your hearts content.

Requirements

These examples expect a moderate understanding of the following languages

| Language | Version | |----------------|---------| | C++ | | | JavaScript ES6 | ES2016 | | TypeScript | 3 | | CLI | |

Technologies

| Library | Version | |-----------------------------------------------------------------|---------| | EOSIO | 20 | | EOSIO.CDT | 1.6 | | Docker | | | Lamington | 1 |

Contributors

Mitch Pierias, Creator & Developer

Kevin Brown, Developer

Special Thanks

A special thanks to Kevin Brown who volunteered to completely rewrite the series to conform with the latest CDT release version 1.6. Additionaly, Kevin developed and implemented a Truffle inspired tool suite called Lamington which simplifies deployment and testing into one command.

© 2026 GitRepoTrend · MitchPierias/advanced-eos-examples · Updated daily from GitHub