Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transmissions11/vrgdas
Variable Rate Gradual Dutch Auctions.
https://github.com/transmissions11/vrgdas
Last synced: 4 days ago
JSON representation
Variable Rate Gradual Dutch Auctions.
- Host: GitHub
- URL: https://github.com/transmissions11/vrgdas
- Owner: transmissions11
- License: mit
- Created: 2022-08-15T21:13:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:38:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T04:47:39.574Z (5 days ago)
- Language: Solidity
- Homepage:
- Size: 78.1 KB
- Stars: 297
- Watchers: 2
- Forks: 84
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VRGDAs • [![CI](https://github.com/transmissions11/VRGDAs/actions/workflows/tests.yml/badge.svg)](https://github.com/transmissions11/VRGDAs/actions/workflows/tests.yml)
Variable Rate Gradual Dutch Auctions. Read the [whitepaper here](https://www.paradigm.xyz/2022/08/vrgda).
## Contributing
You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.
### Setup
```sh
git clone https://github.com/transmissions11/VRGDAs.git
cd VRGDAs
forge install
```### Run Tests
```sh
forge test
```### Update Gas Snapshots
```sh
forge snapshot
```