/
SEKAI | Installation
Search
Duplicate
Try Notion
SEKAI | Installation
Installation
Starting & testing
Start
Bash
Copy
cd $SEKAI_HOME/sekai && \ make network-start
Stop
Bash
Copy
cd $SEKAI_HOME/sekai && \ make network-stop
Integration tests
Bash
Copy
# Full integration test (duration > 1h) : make test-local # Individual integration test : # available integration tests can be found @ sekai/scripts/test-local/ make network-start && scripts/test-local/your-test.sh