Skip to content

AffineLabs/xUltraLRT

Repository files navigation

xULtraLRT

These contracts are pulled from https://github.com/defi-wonderland/xERC20

Commit: 77b2c6266ab07ae629517ad83ff058ad9e599a2b

Modifications:

  • Make contract upgradeable via OpenZeppelin's upgradeable contracts
  • Instead of deploying full contracts, the factories will deploy OZ TransparentUpgradeableProxy

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published