This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
laconic-registry-cli
Watch
19
Star
0
Fork
1
You've already forked laconic-registry-cli
Code
Issues
1
Pull Requests
2
Actions
Packages
Projects
Releases
24
Wiki
Activity
47f670bdde
laconic-registry-cli
/
.gitignore
11 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setup subcommands with yargs
2022-04-22 12:22:17 +00:00
node_modules/
dist/*
Add commands for auction operations
2022-04-26 06:57:02 +00:00
out
Implement commands for record operations
2022-04-25 06:27:40 +00:00
config.yml
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: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/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
.env
incomplete first pass of testing to get package.json updated on branch for publishing
2023-02-15 20:57:23 +00:00
*~
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: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/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
.idea
Reference in New Issue
Copy Permalink