Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbenten/raiden-on-storj
Scripts for Integration of Raiden in the Storj Network
https://github.com/stefanbenten/raiden-on-storj
raiden storj
Last synced: about 2 months ago
JSON representation
Scripts for Integration of Raiden in the Storj Network
- Host: GitHub
- URL: https://github.com/stefanbenten/raiden-on-storj
- Owner: stefanbenten
- License: gpl-3.0
- Created: 2018-11-20T16:13:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T15:34:22.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T20:27:07.167Z (5 months ago)
- Topics: raiden, storj
- Language: Go
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-raiden - Storj - payments-to-the-next-level-with-raiden/) - decentralized cloud storage (Developer Resources / 🖥️ RApps)
- awesome-raiden-old - Storj - payments-to-the-next-level-with-raiden/) - decentralized cloud storage (⚡ Developer Resources / RApps)
README
# raiden-on-storj
Scripts for Integration of Raiden in the Storj Network## Dependencies
- UNIX or OSX
- Go 1.11(.4)
- curl# Install of onboarding tools
1. Clone Repo with: `git clone https://github.com/stefanbenten/raiden-on-storj`
2. Move into directory with: `cd raiden-on-storj`
3. Execute: `go install ./...`Now the binaries satellite and client should be available!
# Usage
Per Default a satellite is running and you are able to connect your Client to it by running:
`client`It should generate a Ethereum Address/Wallet for you and open a webbrowser pointing to the Web Interface of the Client App.