Skip to content

Learning Solidity

diligentis edited this page Jul 25, 2022 · 1 revision

Getting Started

AliceNet relies on Solidity for all Ethereum contracts. We use Hardhat to manage the environment.

An Introduction to Smart Contracts is a great initial reference.

Solidity by Example will continue into various practical applications.

Ethernaut is a collection of fun contracts to crack to learn about practical security and pitfalls.

Tooling

References

Clone this wiki locally