Skip to content

Commit e09695d

Browse files
authored
feat: update devnet docs (#570)
1 parent 1487d5a commit e09695d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

documentation/devnet.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ install -C ./lotus-seed /usr/local/bin/lotus-seed
3030
Double check if environment variables are set:
3131
```
3232
export LIBRARY_PATH=/opt/homebrew/lib
33-
export FFI_BUILD_FROM_SOURCE=1
3433
export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"
3534
```
3635

@@ -121,10 +120,17 @@ boostd -vv init \
121120
boostd -vv run
122121
```
123122

124-
#### Next steps
123+
12. Build the Web UI
124+
```
125+
make react
126+
```
127+
128+
13. Open the Web UI
125129

126130
Open http://localhost:8080 to see the Boost UI
127131

132+
#### Next steps
133+
128134
To make a deal with boost, follow the guide at https://boost.filecoin.io/tutorials/how-to-store-files-with-boost-on-filecoin
129135

130136
Note that above you already ran a command to export FULLNODE_API (and point it to your local devnet lotus daemon).

0 commit comments

Comments
 (0)