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

Latest commit

 

History

History
24 lines (19 loc) · 561 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 561 Bytes

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