/staking-interface

Staking Interface for Subspace Network using Next.js, React, TypeScript, and Chakra UI

Primary LanguageTypeScriptMIT LicenseMIT

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