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.
Up and Running Kotti TestNet in 1 minute with Jade Desktop
Video Demo describes Signatory Client - a Do It Yourself hardware wallet that can be installed on a single-board computer, like Raspberry PI.
A detailed guide on how to setup an Ethereum node on a Raspberry Pi
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.
How To Setup Ethereum Classic Support on MetaMask With Ethercluster
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.
In this video you will learn the fundamentals of JSON-RPC and OpenRPC.
Building smart contracts with Metamask and Remix IDE.
Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.
A review of programming languages and best practises to help you write secure smart contracts.
A straightforward guide to building smart contract applications.
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.
Brave Browser is the most simple and secure way to access DApps on Ethereum blockchain. Web 3.0 is finally accessible for everybody!
To celebrate integration of ETC with Vyper, we decided to build a smart contract for Vyper to deploy to ETC.
Build your first smart contract for ETC.
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.
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.
This guide will be split into several parts and will document my explorations of IoT, ETC, and all things Raspberries.
A guide to building your own scalable Ethereum-based RPC infrastructure.
A guide to using BigQuery to analyze Ethereum Classic. The guide uses the example of quantifying decentralization in Ethereum Classic.
This article shows how we can use EVM-LLVM to make the Kaleidoscope toy language to generate blockchain-deployable smart contracts.
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.
A guide to building a decentralized advertisement system with Ethereum Classic.
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.
The open-rpc-mock-server allows developers to run and test against their APIs in a local and lightweight environment.
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.
Make development and configuring of Ethereum Classic apps easy and fast using the Jade Suite of Tools
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