This repo contains a user interface that simplifies the process of setting up a custom Hyperchain.
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.
- Node.js: Version 22.13.0 or higher
- Docker (optional)
-
Clone the Repository:
git clone https://github.com/aeternity/aepp-hyperchains-initiator/.git cd aepp-hyperchains-initiator
-
Install Dependencies:
npm install
-
Run Development Server:
npm run dev
The interface is now accessible at http://localhost:3000/
-
Build for Production:
npm run build
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
For bug reports or feature requests, please use the issues: https://github.com/aeternity/aepp-hyperchains-initiator/issues/new/choose
This repository is licensed using the ISC license