Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.72 KB

Hyperchains Initiator

This repo contains a user interface that simplifies the process of setting up a custom Hyperchain.

Access

Find a hosted version of the interface over at init.hyperchains.ae or feel free to run it on your own machine using the instructions in the following section.

Local development

Prerequisites

  • Node.js: Version 22.13.0 or higher
  • Docker (optional)

Environment Variables

  • NEXT_PUBLIC_GOOGLE_ANALYTICS_ID is an optional environment variable that enables tracking deployed versions with Google Analytics. The value should have the format G-XXXXXXXXXX

Installation

  1. Clone the Repository:

    git clone https://github.com/aeternity/aepp-hyperchains-initiator/.git
    cd aepp-hyperchains-initiator
  2. Install Dependencies:

    npm install
  3. Run Development Server:

    npm run dev

    The interface is now accessible at http://localhost:3000/

  4. Build for Production:

    npm run build

🐳 Docker Setup

To use Docker, make sure Docker is installed on your machine. Then, build and run the Docker container:

docker build -t aepp-hyperchains-initiator .
docker run --name aepp-hyperchains-initiator -p 3000:3000 aepp-hyperchains-initiator

Feedback

For bug reports or feature requests, please use the issues: https://github.com/aeternity/aepp-hyperchains-initiator/issues/new/choose

License

This repository is licensed using the ISC license