Skip to content

Commit 698639c

Browse files
committed
Add scripts readme
1 parent c6dab5d commit 698639c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

scripts/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Scripts
2+
3+
A collection of scripts to interact with various parts of the futarchy protocol
4+
5+
## Launchpad
6+
7+
In the root directory of this repo, you will find a `.env.example` file with settings for launches. Move into `.env`, change everything, and then simply hold enter throughout the script. If you don't, you can always enter everything manually.
8+
9+
To initialize a launch, run:
10+
```sh
11+
yarn launch-init
12+
```
13+
14+
To start a launch, run:
15+
```sh
16+
yarn launch-start
17+
```
18+
19+
To complete a launch, run:
20+
```sh
21+
yarn launch-complete
22+
```

0 commit comments

Comments
 (0)