/manifest-app

An application to interact with the manifest blockchain

Primary LanguageTypeScript

Manifest App

This is a web app that allows users to interact with the Manifest Network and its various modules.

For more information on the Manifest Network and its modules, please visit the Manifest Network GitHub.

Getting Started

Installation

  1. Clone the repository

    • git clone hptts://github.com/chalabi2/manifest-app
    • cd manifest-app
  2. Install dependencies

    • bun install

Development

  1. Start the server

    • bun run dev
  2. Navigate to http://localhost:3000 in your browser

Production

  1. Build the app

    • bun run build
  2. Start the server

    • bun run start
  3. Navigate to http://localhost:3000 in your browser