File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ install -C ./lotus-seed /usr/local/bin/lotus-seed
3030Double check if environment variables are set:
3131```
3232export LIBRARY_PATH=/opt/homebrew/lib
33- export FFI_BUILD_FROM_SOURCE=1
3433export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"
3534```
3635
@@ -121,10 +120,17 @@ boostd -vv init \
121120boostd -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
126130Open http://localhost:8080 to see the Boost UI
127131
132+ #### Next steps
133+
128134To make a deal with boost, follow the guide at https://boost.filecoin.io/tutorials/how-to-store-files-with-boost-on-filecoin
129135
130136Note that above you already ran a command to export FULLNODE_API (and point it to your local devnet lotus daemon).
You can’t perform that action at this time.
0 commit comments