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

https://github.com/murderteeth/ydiscount-app


https://github.com/murderteeth/ydiscount-app

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# yDiscount
Locked YFI discounts for contributors 👷‍♂️

## based on
[https://github.com/Majorfi/yPrisma](https://github.com/Majorfi/yPrisma)

## get started
```sh
bun install
bun dev
```

# end test
- clone https://github.com/murderteeth/yDiscount
- checkout the `murderteeth` branch
- run `make dev`

> the ydiscount contract is now running on a local chain with test data loaded for "team", "alice", and "bob".

- run this project with `bun dev`
- configure your wallet to connect to `http://localhost:8545`, import private keys for "team", "alice", and\or "bob" (pks are available in the make dev console)
- browse the app on localhost:3000, connect your wallet

# production
```sh
bun run build
```