This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
68 additions
and
106 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/node-template |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/assignement |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/node-template |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/recipes |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/node-template |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/recipes |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/julien/Documents/Projects/paritytech/substrate-playground/conf/templates/substrate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
image: paritytech/substrate-playground-template-assignement-theia:sha-aa7538d | ||
repository: SubstrateDevAcademy/assignment-1-template | ||
name: Assignement | ||
description: '## Industry connect assignement' | ||
tags: | ||
public: true | ||
runtime: | ||
ports: | ||
- name: wss | ||
protocol: TCP | ||
path: /wss | ||
port: 9944 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
repository: substrate-developer-hub/substrate-node-template | ||
image: paritytech/substrate-playground-template-node-template-theia:sha-11b4630 | ||
name: Node template | ||
description: '## The Node template you know and love' | ||
tags: | ||
public: true | ||
runtime: | ||
ports: | ||
- name: ssh | ||
protocol: TCP | ||
path: /ssh | ||
port: 22 | ||
- name: wss | ||
protocol: TCP | ||
path: /wss | ||
port: 9944 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
image: paritytech/substrate-playground-template-recipes-theia:sha-9a27604 | ||
repository: substrate-developer-hub/recipes | ||
name: Recipes | ||
description: '## A Hands-On Cookbook for Aspiring Blockchain Chefs | ||
|
||
|
||
Contains some real nodes! | ||
|
||
' | ||
tags: | ||
public: true | ||
runtime: | ||
ports: | ||
- name: wss | ||
protocol: TCP | ||
path: /wss | ||
port: 9944 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
image: paritytech/substrate-playground-template-substrate-theia:sha-c7e09e6 | ||
repository: jeluard/substrate | ||
name: Substrate | ||
description: '## Substrate repository' | ||
tags: | ||
public: true | ||
runtime: | ||
ports: | ||
- name: ssh | ||
protocol: TCP | ||
path: /ssh | ||
port: 22 | ||
- name: wss | ||
protocol: TCP | ||
path: /wss | ||
port: 9944 |