About
Getting Started
Solidity/Foundry Basics
1.
Hello World
❱
1.1.
HelloWorld.sol
1.2.
HelloWorld.t.sol
2.
Types in Solidity
❱
2.1.
Value Types
2.2.
Reference Types
3.
Visibility
❱
3.1.
Visibility.sol
3.2.
Visibility.t.sol
4.
Variable scopes in Solidity
5.
Interface
❱
5.1.
SimpleAddition.sol
5.2.
Interface_SimpleAddition.sol
5.3.
UsingInterface.sol
5.4.
Interfaces.t.sol
6.
Libraries
Tutorials
7.
Chainlink
❱
7.1.
Chainlink Data Feeds
❱
7.1.1.
DataFeeds.sol
7.1.2.
DataFeeds.t.sol
7.1.3.
DataFeeds.s.sol
7.2.
Chainlink VRF
❱
7.2.1.
VRF.sol
7.2.2.
VRF.t.sol
8.
Layer Zero
❱
8.1.
Using a mock LZ endpoint
❱
8.1.1.
LayerZero.sol
8.1.2.
LayerZero.t.sol
Light
Rust (default)
Coal
Navy
Ayu
Solidity in Foundry
Reference Types
To be Written soon