Updated 21 days ago

ipc-ui

A local web App to manage subnets

  • Crypto / Web3
  • Filecoin
  • IPFS
  • Infra / API
  • IPC



IPC Local UI

A local web App to manage subnets

IntroductionLocal deploymentLicense

Introduction

This is a local web ui, for IPC. its tested on WSL on windows system , it allows you to easily create accounts , create subnets, join subnets, and deploy subnets. in addition to applying blueprints which are a custom subnets.

Local deployment

  1. Once cloned in WSL navigate to the server directory and install dep. then start the server.
cd server 
npm i 
node index.js
  1. then navigate to the nexjs-ui and install dep, then start the webapp
cd nexjs-ui 
npm i 
npm run dev