Skip to content

afsamifzal12/taiko-taiko-br

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taikoverse rjmgi rtyrt tdsd

An infinite, unstoppable World.

The main branch client is automatically deployed to taikoverse.xyz.

Built using MUD and Noa.

Running locally

  1. Run yarn to install dependencies
  2. Run yarn start in packages/client
  3. In a new terminal, run yarn anvil:node in packages/contracts
  4. In a new terminal, run yarn deploy:anvil in packages/contracts

Running locally with HMR

Parcel + HMR doesn't fully work and React changes will cause a full page reload unless we take a few extra steps to link packages locally and use Vite for bundling.

  1. Clone mud repo locally (next to your taikoverse dir)
  2. Run yarn && yarn link:packages from within mud repo to install its deps and link packages
  3. Run yarn && link:mud from within taikoverse repo to install its deps and link mud packages
  4. Run yarn dev in packages/client (note yarn dev not yarn start like above)
  5. In a new terminal, run yarn anvil:node in packages/contracts
  6. In a new terminal, run yarn deploy:anvil in packages/contracts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published