Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.42 KB

Staking Interface Web App

Netlify Status

Repository Archived

The Staking interface has changed address and is now part of Astral Block Explorer.

Overview

This is a next.js web app that is used to interact with the Subspace Chain to stake and unstake tSSC.

image

Live Web App

Getting Started

First, install dependencies:

yarn

Second, rename .env.example to .env and fill in the values as follows:

Variables Description
NEXT_PUBLIC_PROVIDER_URL RPC Url of the Subspace Consensus chain
NEXT_PUBLIC_DOMAIN_ID Domain Id of the EVM (Nova) Network

Finally, run the development server:

yarn dev

One click deployment to Netlify

Deploy to Netlify