Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/transmissions11/VRGDAs

Variable Rate Gradual Dutch Auctions.
https://github.com/transmissions11/VRGDAs

Last synced: 3 months ago
JSON representation

Variable Rate Gradual Dutch Auctions.

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
```