Nexus rollup admin ui using arbitrum orbit chain
To get started with Nexus Network and experience the power of our pluggable staking solution, follow these steps:
git clone https://github.com/Nexus-2023/nexus-orbit-ui-admin.git
cd nexus-orbit-ui-admin
npm install or yarn install
npm run dev or yarn run dev
OR
use docker to download repo
// start docker desktop , login and run the following commands
docker pull umershaikh222/nexus-arbitrum-rollup:latest
docker run -p 3000:3000 umershaikh222/nexus-arbitrum-rollup:latest