Skip to content

rSon12/skale-manager

 
 

Repository files navigation

SKALE Manager

Discord Build Status codecov

A smart contract system that orchestrates and operates the SKALE Network.

Description

SKALE Manager controls Nodes, Validators, and SKALE chains. It also contains contracts for managing SkaleToken, Distributed Key Generation (DKG), and Verification of BLS signatures.

Upgradeability

This system is upgradeable and uses the transparent proxy approach.

Structure

The main purpose of this system:

  1. Control Nodes in the system: - Register, Delete
  2. Control Schains in the system: - Create schain, delete schain - Create group of Nodes for Schain
  3. Control Validation system: - collect verdicts of Nodes by Validators - charge Bounty

Install

  1. Clone this repo
  2. run yarn install

Deployment

Create a .env file with following data:

ENDPOINT="{your endpoint}"
PRIVATE_KEY="{your private key}"
GASPRICE={gas price in wei} # optional
ETHERSCAN={etherscan API key to verify contracts} # optional

deploy:

npx hardhat run migrations/deploy.ts --network custom

Test

The is no need to deploy the system first

yarn test

License

License

Copyright (C) 2018-present SKALE Labs

About

Ethereum Mainnet smart contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.9%
  • Solidity 32.8%
  • Python 3.1%
  • Jupyter Notebook 2.7%
  • Shell 0.4%
  • JavaScript 0.1%