A collection of Move ecosystem DApp tools. These tools provide a user-friendly interface to execute Move SmartContracts on the Move chains: starcoin, 0l, aptos, sui.
- sicbo_game: https://github.com/movefuns/movetool/tree/main/src/games/sicbo_game/contract
- showdown: https://github.com/movefuns/movetool/tree/main/src/games/showdown
- finger_guessing: https://github.com/movefuns/movetool/tree/main/src/games/finger_guessing
-
Run
yarn install
to install dependencies. -
Run
yarn start
to runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Run
yarn test
launches the test runner in the interactive watch mode.
See the section about running tests for more information.
- Run
yarn build
to build project
Contributions in the following are welcome:
- Report a bug.
- Submit a feature request.
- Implement the feature or fix the bug.
MoveFuns DApps is licensed as Apache 2.0.