The Staking interface has changed address and is now part of Astral Block Explorer.
This is a next.js web app that is used to interact with the Subspace Chain to stake and unstake tSSC.
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