This is the monorepo for the decentralized applications of EVE Frontier on Sui and support libraries.
- Project Overview 🌟
- Dependencies 🔗
- Getting Started 🚀
- Building Packages 🛠️
- Deploying a Decentralized Application 🌐
- Other Useful Commands 🔧
- Creating an EVE Frontier Dapp 🏗️
- Releasing to Production 🚢
- License 📜
This monorepo contains the decentralized applications (dApps) of EVE Frontier, along with support libraries (@evefrontier/dapp-kit, @eveworld/ui-components).
This monorepo is an Nx-configured pnpm workspace. By running pnpm install from the root, you can install dependencies for the entire monorepo.
To install all dependencies, run:
pnpm installNx can be used to invoke build commands for each package directly from the project root.
To build all packages, run:
npx nx run-many -t buildTo build a specific package, use the target script flag:
npx nx run @eveworld/assembly:buildThis project is licensed under the MIT License. See the LICENSE file for details.