Social
ETC participants are most active on discord.
Join ETC on Discord
This section section a selection of tutorials and explainers for both beginners and advanced developers.
Here is a non-exhaustive list of some helpful tutorials and walkthroughs to get your starting with Ethereum Classic development.
Learn to Code Ethereum DApps By Building Your Own Game.
Build smart contracts on Ethereum using Truffle, testrpc and Solidity.
Smart contract tutorial with a focus on building up understanding before code.
10 part tutorial on how to write DApps.
Informal guide to starting developing DApps.
Full stack DApps using various frameworks.
Gitbook for building on Ethereum that goes deeper into understanding technical functionality.
Building smart contracts with Metamask and Remix IDE.
Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.
How to create smart contracts, deploy your own DApps, create tokens, and more — from beginner to intermediate topics.
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.
Digital signatures secure transactions. These involve elliptic curve cryptography and the Elliptic Curve Digital Signature Algorithm (ECDSA).
Ethereum Classic (ETC) uses Recursive Length Prefix (RLP) encoding to store and send data structures.
Mining difficulty parameter may seem mysterious to some. This article shows it has a beautiful easy to understand interpretation.
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.
Ethereum Classic (ETC) light clients are clients that do not maintain a copy of the entire ETC blockchain.
Blocks can be divided into headers, transaction lists, and, uncle header lists.
Private keys are used to transfer funds, install programs, and, run programs.
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.
The phrase 'one-way hash function' might sound arcane and geeky, but hash functions are the workhorses of modern cryptography