Noble Standard Library is a collection of helpful Noble specific contracts and libraries for use with Foundry.
Using Forge:
forge install noble-assets/noble-stdUsing Soldeer:
soldeer install noble-stdsrc ├── ConsensusInfo.sol: A library for interacting with Noble's ConsensusInfo system contract. ├── Constants.sol: Noble specific constants (system address, contract addresses). └── interfaces ├── IRegistrar.sol: Interface for the Registrar contract. └── IValidatorManager.sol: Interface for the Validator Manager contract.
The current minimum supported Solidity version is 0.8.13.
Noble Standard Library is offered under either MIT or Apache 2.0 license.