Development Guides

This section section a selection of tutorials and explainers for both beginners and advanced developers.

Getting Started

Here is a non-exhaustive list of some helpful tutorials and walkthroughs to get your starting with Ethereum Classic development.

Kotti Testnet Setup Guide

Up and Running Kotti TestNet in 1 minute with Jade Desktop

Signatory Client

Video Demo describes Signatory Client - a Do It Yourself hardware wallet that can be installed on a single-board computer, like Raspberry PI.

Raspberry Pi Node Setup Guide

A detailed guide on how to setup an Ethereum node on a Raspberry Pi

CryptoZombies

Learn to Code Ethereum DApps By Building Your Own Game.

Hitchhikers Guide to Smart Contracts

Build smart contracts on Ethereum using Truffle, testrpc and Solidity.

A 101 Noob Intro to Programming Smart Contracts on Ethereum

Smart contract tutorial with a focus on building up understanding before code.

Setup MetaMask for Ethereum Classic

How To Setup Ethereum Classic Support on MetaMask With Ethercluster

Parity DApp Tutorial

10 part tutorial on how to write DApps.

Start Ethereum DApp Development Career

Informal guide to starting developing DApps.

Full Stack DApp Tutorial Series

Full stack DApps using various frameworks.

Ethereum Builders Guide

Gitbook for building on Ethereum that goes deeper into understanding technical functionality.

Introduction to OpenRPC Webinar

In this video you will learn the fundamentals of JSON-RPC and OpenRPC.

Learning Solidity Tutorial Series

Building smart contracts with Metamask and Remix IDE.

End to End DApp Tutorial

Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.

How to write secure smart contracts

A review of programming languages and best practises to help you write secure smart contracts.

Programming Decentralized Money

A straightforward guide to building smart contract applications.

How to create a token and ICO on Ethereum Classic

After you go through this guide, you will learn how to create an ERC223 token on Ethereum Classic blockchain and an ICO for this token.

How to use Brave Browser with Ethereum dApps

Brave Browser is the most simple and secure way to access DApps on Ethereum blockchain. Web 3.0 is finally accessible for everybody!

Vyper and Brownie Contract Development on EVM Chains

To celebrate integration of ETC with Vyper, we decided to build a smart contract for Vyper to deploy to ETC.

Adventures in Classical Ether

Build your first smart contract for ETC.

Kotti, Solidity, ETC, Oh My!

This guide illustrates an initital configure for Ethereum Classic's Kotti testnet and a specifc version of Solidity for ETC<>ETH compatible dapp development. Kotti is the recommended testnet for dapp developers. Mordor is recommended for protocol level testing.

How to contribute to Mordor Testnet

This guide will teach you how to mine testnet ETC and run your own local block explorer with Expedition. Kotti is the recommended testnet for dapp developers. Mordor is recommended for protocol level testing.

Ethereum Classic on Raspberry Pi

This guide will be split into several parts and will document my explorations of IoT, ETC, and all things Raspberries.

Ethercluster, An Open-Source Alternative to Infura

A guide to building your own scalable Ethereum-based RPC infrastructure.

Analyzing Ethereum Classic with Google BigQuery

A guide to using BigQuery to analyze Ethereum Classic. The guide uses the example of quantifying decentralization in Ethereum Classic.

Creating Your Own Smart Contract Languages Using LLVM

This article shows how we can use EVM-LLVM to make the Kaleidoscope toy language to generate blockchain-deployable smart contracts.

ERC20 to ERC223 upgrade path

ERC223 is a modern token standard that has cheaper fees and protects investors from losing tokens. Team Saturn shows how to upgrade existing ERC20 tokens.

Continuity for an Augmented world

A guide to building a decentralized advertisement system with Ethereum Classic.

Deployment Automation for Goerli testnet in 10 minutes

A short tutorial to quickly deploy the new Goerli Proof-of-Authority cross-client test network. This guide can be applied to Ethereum Classic's Kotti testnet.

Using OpenRPC Mock Server to test against an Ethereum JSON-RPC API

The open-rpc-mock-server allows developers to run and test against their APIs in a local and lightweight environment.

Introduction to Pristine — An open standard and template for open-source projects.

Pristine is a repository within itself that contains conventions and specifications for a project to communicate the problem you are solving, ease onboarding, build and use composable tools, promote open source contribution and engagement, and promote the issue and feature discussion on Github itself.

Jade Suite Overview and Workshop

Make development and configuring of Ethereum Classic apps easy and fast using the Jade Suite of Tools

Various Ethereum and Solidity Tutorials

How to create smart contracts, deploy your own DApps, create tokens, and more — from beginner to intermediate topics.

Advanced Concepts

The technology behind blockchain is deep and reaches into many domains. Here is a small selection of articles to help you begin your journey down the rabbit hole.

A Walk Through Ethereum Classic Digital Signature Code

Digital signatures secure transactions. These involve elliptic curve cryptography and the Elliptic Curve Digital Signature Algorithm (ECDSA).

Recursive Length Prefix Encoding

Ethereum Classic (ETC) uses Recursive Length Prefix (RLP) encoding to store and send data structures.

A Simple Interpretation Of The Ethereum Classic Mining Difficulty Parameter

Mining difficulty parameter may seem mysterious to some. This article shows it has a beautiful easy to understand interpretation.

Implicit Ethereum Classic Blockchain Information

To the beginner, some necessary information may appear to be missing from the Ethereum Classic (ETC) blockchain. This information is implicitly contained in the blockchain which may lead to confusion.

How Ethereum Classic Light Clients Can SECURELY Operate

Ethereum Classic (ETC) light clients are clients that do not maintain a copy of the entire ETC blockchain.

ETC Blocks Explained: The Three Categories

Blocks can be divided into headers, transaction lists, and, uncle header lists.

Public And Private Keys: A Little Enlightenment

Private keys are used to transfer funds, install programs, and, run programs.

Accounts And States Explained

The Ethereum Classic (ETC) blockchain makes possible an unstoppable, reliable, auditable, trustless and secure world computer. To understand this system, it is important to understand accounts and states.

Hashes: An Introduction And Why They Are Foundational To The Internet And Blockchains

The phrase 'one-way hash function' might sound arcane and geeky, but hash functions are the workhorses of modern cryptography