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: 3 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:38:17.000Z (over 1 year ago)
- Last Synced: 2024-07-16T22:13:50.900Z (4 months ago)
- Language: Solidity
- Homepage:
- Size: 78.1 KB
- Stars: 292
- Watchers: 2
- Forks: 84
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web3-tools-and-dapps - VRGDAs - A system on Ethereum that sells tokens at rates adjusted according to demand. (dApps directory / NFT Distribution Tools)
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
```