Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z-korp/zknight-front
https://github.com/z-korp/zknight-front
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/z-korp/zknight-front
- Owner: z-korp
- License: mit
- Created: 2023-09-03T06:54:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T09:21:18.000Z (about 1 year ago)
- Last Synced: 2024-11-02T16:03:45.812Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://app.zknight.xyz
- Size: 4.05 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.