Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/z-korp/zknight-front


https://github.com/z-korp/zknight-front

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## Launching SC Locally

To launch SC locally, follow these steps:

1. **Launch Katana**:

```
katana --disable-fee
```

2. **Build with Sozo**:

```
sozo build
```

3. **Migrate with Sozo**:

```
sozo migrate
```

4. **Start Torii**:

```
torii --world <@address>
```

Please remember to replace `<@address>` with the appropriate address when using the command.