Skip to content

gmh5225/tempo-std

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



tempo combomark



Tempo Standard Library

Tempo Standard Library is a collection of helpful Tempo specific contracts and libraries for use with Foundry.

Installation

forge install tempoxyz/tempo-std

Standard Precompiles

src
├── interfaces
│   ├── IAccountKeychain.sol: Account Keychain
│   ├── IFeeAMM.sol: Fee AMM
│   ├── IFeeManager.sol: Fee AMM Management
│   ├── INonce.sol: 2D Nonce Management for Tempo Transactions
│   ├── IStablecoinExchange.sol: Stablecoin Exchange
│   ├── ITIP20Factory.sol: TIP-20: Factory Contract
│   ├── ITIP20RewardsRegistry.sol: TIP-20: Reward Distribution
│   ├── ITIP20RolesAuth.sol: TIP-20: Roles & Permissions
│   ├── ITIP20.sol: TIP-20: Core Token Standard
│   └── ITIP403Registry.sol: TIP-403: Policy Registry System
│   └── IValidatorConfig.sol: Manage consensus validators
└── StdPrecompiles.sol: Collection of precompiles and their interfaces on Tempo

Standard Contracts

src
├── interfaces
│   ├── ICreateX.sol: @pcaversaccio/createx
│   ├── IMulticall3.sol: @mds1/multicall3
│   ├── IPermit2.sol: @uniswap/permit2
└──  StdContracts.sol: Collection of predeployed contracts and their interfaces on Tempo

Standard Tokens

src
└── StdTokens.sol: Collection of tokens and their interfaces on Tempo

Support

The current minimum supported Solidity version is 0.8.13.

Contributing

Our contributor guidelines can be found in CONTRIBUTING.md.

Security

See SECURITY.md.

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A collection of helpful contracts and libraries for use with Tempo for Foundry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 98.5%
  • Shell 1.5%