-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# auto_notary | ||
this program just try to auto notary data cap request by connect google form and filecoin. | ||
it is intend to use on non mainnet | ||
## clients can submit their data cap request by a google form. | ||
![Screenshot 2023-05-31 at 8 08 47 PM](https://github.com/JesseXie/auto_notary/assets/5066661/8abdaba9-6c04-48a6-a5d9-7a2f4d88bb0b) | ||
## this is how the result spreadsheet should look like | ||
![Screenshot 2023-05-31 at 8 09 13 PM](https://github.com/JesseXie/auto_notary/assets/5066661/4392804b-ebe2-435b-8964-533d97567205) | ||
## Run | ||
``` | ||
NAME: | ||
auto-notary run - Start auto notary | ||
USAGE: | ||
auto-notary run [command options] [arguments...] | ||
OPTIONS: | ||
--credFile value | ||
--from value | ||
--spreadsheetID value | ||
``` |