Skip to content

aresrpg/aresrpg-dapp

Repository files navigation

aresrpg-dapp

fully in javascript powered by lsd Chat

AresRPG is a Browser based MMORPG

Hello World

AresRPG has been a minecraft server project for years and is now upgraded to a standalone game on top of ThreeJS and Sui, the project is in a very early stage and everyone is welcomed to contribute to its realization

Contribute

The dApp is made to be ran locally by anyone, the only difference with using our domain is that we're using dedidcated Sui nodes while locally it defaults to Mystenlabs shared ones

git clone git@github.com:aresrpg/dapp.git
cd app
  • Env
VITE_SUI_RPC = 'https://fullnode.testnet.sui.io',
VITE_SUI_WSS = 'wss://fullnode.testnet.sui.io',
VITE_SERVER_URL = 'https://testnet-api.aresrpg.world',
VITE_NETWORK = 'testnet',
  • Run the client
npm install
npm start

Once you've made a super cool feature, you can open a pull request on this page 🥇

If it's accepted and significant enough, you'll win the contributor badge in the game !

Protocol

To understand better how to communicate with the server, check the protocol repo, it contains a D2 schema file and the proto definition