Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

sunshine-protocol/sunshine-chain

Repository files navigation

Sunshine

To run sunshine locally:

cargo build --release
git clone https://github.com/sunshine-protocol/secrets
docker-compose up
target/release/sunshine-cli key set

Deployment steps

cargo build --release
target/release/sunshine-node build-spec --chain staging > ./chains/staging.json
scp target/release/sunshine-node sunshine@51.11.244.93:/sunshine/sunshine-node
scp chains/staging.json sunshine@51.11.244.93:/sunshine/chain.json

ssh sunshine@51.11.244.93
> systemctl stop sunshine
> rm -rf /sunshine/db
> systemctl start sunshine

About

The Sunshine Chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published