Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okhaimie-dev/tonatuna
https://github.com/okhaimie-dev/tonatuna
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okhaimie-dev/tonatuna
- Owner: okhaimie-dev
- License: mit
- Created: 2024-08-23T20:37:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T18:30:31.000Z (4 months ago)
- Last Synced: 2024-11-03T09:38:05.639Z (2 months ago)
- Language: Cairo
- Size: 705 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***Fishing Game using Dojo Engine***
# Tonatuna: A Dojo Gamejame Project
Tonatuna is a fully on-chain PvP fishing game.
## Running Locally
#### Terminal one
```bash
# Build contract
sozo build# Test
sozo test
```#### Terminal two
```bash
# Run client
cd client
pnpm install
pnpm dev
```## Option: Running Katana locally
You have to modify `dojo_dev.toml`. And check `rpc_url` and addresses.
```bash
katana --disable--fee --allowed-origins "*"
``````bash
sozo build
sozo migrate apply
```Then, you can test locally
```bash
source ./scripts/register_player.sh
source ./scripts/test_move.sh
```---
## Contribution
Exploration project.
Happy coding!