https://github.com/celer-network/sgn
Official Go implementation of the Celer State Guardian Network (SGN)
https://github.com/celer-network/sgn
blockchain ethereum layer2
Last synced: 17 days ago
JSON representation
Official Go implementation of the Celer State Guardian Network (SGN)
- Host: GitHub
- URL: https://github.com/celer-network/sgn
- Owner: celer-network
- License: gpl-3.0
- Created: 2019-07-26T22:29:52.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-07T02:26:50.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T01:45:48.459Z (over 1 year ago)
- Topics: blockchain, ethereum, layer2
- Language: Go
- Homepage: https://www.celer.network/docs/celercore/sgn/architecture.html
- Size: 42.6 MB
- Stars: 24
- Watchers: 13
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Celer State Guardian Network
[](https://circleci.com/gh/celer-network/sgn/tree/master)
Official implementation of the [Celer State Guardian Network (SGN)](https://www.celer.network/docs/celercore/sgn/architecture.html) V1.
**DEPRECATED**: SGN V1 has been deprecated. Please stay tuned for the open source repo of SGN V2.
## Run local tests
Please follow the [local test instructions](./test/README.md) to test SGN and get familiar with the validator CLI operations on your machine.
## Join the public networks
Both SGN mainnet and testnet are up and running.
Please refer to instructions in [sgn-networks](https://github.com/celer-network/sgn-networks/) to see how to [run a validator](https://github.com/celer-network/sgn-networks/blob/master/docs/validator.md), how to [operate as a delegator](https://github.com/celer-network/sgn-networks/blob/master/docs/delegator.md), and how to [test as a state channel client](https://github.com/celer-network/sgn-networks/blob/master/docs/test_user.md).