Skip to content

alekseykim-dev/StarknetWinter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Run the app To run the app locally, you need to have your world deployed. Follow those steps to make this work.

Run katana

  1. katana --dev --dev.no-fee --http.cors_origins '*'

In your contract folder

  1. sozo build
  2. sozo migrate
  3. update terminal (source ~/.bashrc)

Run torii

  1. torii -w {world_address-output of previous command} --http.cors_origins '*'

In your client folder npm install vite --save-dev npm install npm run dev

About

2025 Starknet Winter Hackathon Coinsweeper project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.9%
  • Cairo 40.1%
  • JavaScript 2.1%
  • Other 0.9%