laconic-registry-cli/src
Prathamesh Musale 03422548a4 Add command to create an auction and add auction CLI tests (#83)
Part of [Service provider auctions](https://www.notion.so/Service-provider-auctions-a7b63697d818479493ec145ea6ea3c1c)

Examples:

```bash
# vickrey auction
laconic registry auction create --kind vickrey --commits-duration 60 --reveals-duration 60 --commit-fee 1000 --reveal-fee 1000 --minimum-bid 1000000
```

```bash
# provider auction
laconic registry auction create --kind provider --commits-duration 60 --reveals-duration 60 --commit-fee 1000 --reveal-fee 1000 --max-price 3000000 --num-providers 5

# Release provider auction funds
laconic registry auction release-funds --auction-id <auction-id>
```

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/laconic-registry-cli#83
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-09-25 13:57:55 +00:00
..
cmds Add command to create an auction and add auction CLI tests (#83) 2024-09-25 13:57:55 +00:00
types/common Add a script to publish records from a given directory (#62) 2024-05-09 10:35:54 +00:00
util Add a config option and arg to set gas price for auto fees calculation (#81) 2024-09-06 09:44:47 +00:00
decs.d.ts Implement commands for record operations 2022-04-25 15:18:12 +05:30
index.ts Add a config option and arg to set gas price for auto fees calculation (#81) 2024-09-06 09:44:47 +00:00