SKALE Chain Admin Dashboard
Powered by MyLilius. Built for #SKALE
Overview
This dashboard provides nearly every functionality and utility needed to setup and manage a SKALE chain. All chains are available to connect to on Testnet and will be added to Mainnet. Once this repository is hosted in production, PRs can be submitted if additional chains need to be added.
Setup and Run (Development)
To run this locally in development follow this process
git clone https://github.com/mylilius/schain-dashboard
cd schain-dashboard && npm install
mv .env.example .env
nano .env
and fill in the .env file with a RPC Url for Rinkebynpm start
Branches and Contributions
Features - SKL[#]
When creating a brand new feature, features should follow the SKL[#] format similar to the notion board above so it is well known what is a full feature.
If a feature is being added to you should use the FEATURES.md file to assign the proper feature number.
Bugs - BUG[#]
Bugs should follow the format BUG[#] where the decimal values are relative to the size of the bug, i.e SB[#] where the X.Y.Z is the versioning format.
If a bug is new it should increment the X value, if a bug is a follow up to another bug it should be X.Y, and if small adjustments are needed then it should increment the Z field.
When a bug is being worked on you should make a PR to the BUGS.md log and add in your bug, what you are doing and the number so others know.