Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.51 KB

File metadata and controls

51 lines (33 loc) · 1.51 KB

EVE Frontier Decentralized Applications 🚀

This is the monorepo for the decentralized applications of EVE Frontier on Sui and support libraries.

Table of Contents 📋

  1. Project Overview 🌟
  2. Dependencies 🔗
  3. Getting Started 🚀
  4. Building Packages 🛠️
  5. Deploying a Decentralized Application 🌐
  6. Other Useful Commands 🔧
  7. Creating an EVE Frontier Dapp 🏗️
  8. Releasing to Production 🚢
  9. License 📜

Project Overview 🌟

This monorepo contains the decentralized applications (dApps) of EVE Frontier, along with support libraries (@evefrontier/dapp-kit, @eveworld/ui-components).

Dependencies 🔗

This monorepo is an Nx-configured Bun workspace. By running bun install from the root, you can install dependencies for the entire monorepo.

Getting Started 🚀

To install all dependencies, run:

bun install

Building Packages 🛠️

Nx can be used to invoke build commands for each package directly from the project root.

To build all packages, run:

bunx nx run-many -t build

To build a specific package, use the target script flag:

bunx nx run @eveworld/assembly:build

License 📜

This project is licensed under the MIT License. See the LICENSE file for details.