Skip to content

aresrpg/aresrpg-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AresRPG

fully in Move powered by lsd Chat

Move modules for AresRPG on Sui

AresRPG is a multiplayer voxel RPG which has no serverside database, everything is stored on Sui.

Publish a package

  • change the rev version in Move.toml to correspond to the wanted network
  • npm run publish::<network>
  • update publish-at in Move.toml
  • update env in aresrpg-sdk and all services depending on it
    • aresrpg-gamemaster
    • aresrpg-server
    • aresrpg-sponsor
    • aresrpg-kiosk-indexer
  • redeploy aresrpg-dapp with the new env

Upgrade a package

  • make sure the rev version in Move.toml is correct
  • update the PACKAGE_VERSION in aresrpg-move/sources/version.move
  • npm run upgrade::<network>
  • update env in aresrpg-sdk

About

Sui move modules for AresRPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published