https://github.com/chevdor/srtool-app
https://github.com/chevdor/srtool-app
2021 blockchain chevdor electron polkadot runtime srtool wasm webassembly
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chevdor/srtool-app
- Owner: chevdor
- License: other
- Created: 2021-06-24T16:34:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T12:31:39.000Z (almost 5 years ago)
- Last Synced: 2025-10-21T21:39:00.016Z (8 months ago)
- Topics: 2021, blockchain, chevdor, electron, polkadot, runtime, srtool, wasm, webassembly
- Language: TypeScript
- Homepage:
- Size: 8.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= srtool app
:toc: right
:prj: Srtool App
== Introduction
This application is a multi-platform frontend for the https://gitlab.com/chevdor/srtool[srtool] project. In a nutshell, it remote controls your docker environment to allow building a Substrate based chain easily.
IMPORTANT: Docker is a mandatory pre-requisite. It must be installed and running. You do not need any knowledge of Docker however and you will not need to do anything about it, once setup properly (Windows users need to go through a few extra steps)
Using {prj} and `srtool`, you do not need anything but Docker installed on your system.
You do NOT need the following
- the Rust programming language & compiler
- git
- the source
== Screenshots
[cols="1,1"]
|===
2+| At start, {prj} is performing a few version checks and will download the latest `srtool` docker image. This may take a few minutes and you need to be patient :)
image:resources/ss01.png[title="{prj} takes care of fetching the latest docker image for you"]
|
image:resources/ss02.png[title="You can select the chain and version to build"]
|
image:resources/ss03.png[title="Selectzing the version"]
|
image:resources/ss04.png[title="You can also pick a Release Candidate"]
|
image:resources/ss05.png[title="Select the runtime to build"]
|
image:resources/ss06.png[title="The build starts"]
|
image:resources/ss07.png[title="You can see the progress during the build"]
2+|
image:resources/ss08.png[title="The build is finally ready, you can see and copy/paste easily some information about the runtime"]
|===
include::doc/usage.adoc[leveloffset=+1]
== License
----
include::LICENSE[]
----