Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 577 Bytes

Introduction

Nexus rollup admin ui using arbitrum orbit chain

Getting Started

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