From f2e34b744e27cfebc70e98115e1cd160dc6c4a5c Mon Sep 17 00:00:00 2001 From: salaheldinsoliman Date: Mon, 21 Oct 2024 22:29:58 +0200 Subject: [PATCH 1/3] add solang playground milestone 4 Signed-off-by: salaheldinsoliman --- deliveries/Solang_Playground-milestone_4.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deliveries/Solang_Playground-milestone_4.md diff --git a/deliveries/Solang_Playground-milestone_4.md b/deliveries/Solang_Playground-milestone_4.md new file mode 100644 index 000000000..299aa2ee4 --- /dev/null +++ b/deliveries/Solang_Playground-milestone_4.md @@ -0,0 +1,18 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Solang_Playground.md +- **Milestone Number:** 4 + +**Context** +This milestone involves + +**Deliverables** +| Number | Deliverable | Link | Notes | +| ------ | ----------- | ---- |----------------- | +| _0a._ | License | https://github.com/hyperledger-labs/solang-playground/blob/main/LICENSE | +| _0b._ | Documentation | https://github.com/hyperledger-labs/solang-playground/blob/main/docs/interact_with_contracts_on_chain.md | +| _0c._ | Testing and Testing Guide | https://github.com/hyperledger-labs/solang-playground/blob/main/README.md#testing | +| _0d._ | Docker | https://github.com/hyperledger-labs/solang-playground/blob/main/README.md#docker | +| 1. | Solang Playground with enhanced `UI` | -Repo: https://github.com/hyperledger-labs/solang-playground
-Demo: https://drive.google.com/file/d/1_T4W0BBAEICQ_0jk_087ei_4MrraILsh/view?usp=sharing
-amd64 docker image: https://hub.docker.com/r/salaheldin18/solang-playground .
You can find a link to the hosted editor in the repo's readme: http://solang-pg.duckdns.org:9000/ | From f99b90c774aee87e165518f5a09549f01f1a6ba2 Mon Sep 17 00:00:00 2001 From: salaheldinsoliman Date: Sat, 26 Oct 2024 15:05:03 +0200 Subject: [PATCH 2/3] update context Signed-off-by: salaheldinsoliman --- deliveries/Solang_Playground-milestone_4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Solang_Playground-milestone_4.md b/deliveries/Solang_Playground-milestone_4.md index 299aa2ee4..e060d5e89 100644 --- a/deliveries/Solang_Playground-milestone_4.md +++ b/deliveries/Solang_Playground-milestone_4.md @@ -6,7 +6,7 @@ - **Milestone Number:** 4 **Context** -This milestone involves +This milestone involves improving the UI of Solang Playground. This also includes some UX improvements; adding a console to view the output of compilation. **Deliverables** | Number | Deliverable | Link | Notes | From 5cad0d544d8628d42333b044737c9f609f594f7e Mon Sep 17 00:00:00 2001 From: salaheldinsoliman Date: Mon, 2 Dec 2024 18:22:11 +0200 Subject: [PATCH 3/3] update deployment Signed-off-by: salaheldinsoliman --- deliveries/Solang_Playground-milestone_4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Solang_Playground-milestone_4.md b/deliveries/Solang_Playground-milestone_4.md index e060d5e89..550181a5d 100644 --- a/deliveries/Solang_Playground-milestone_4.md +++ b/deliveries/Solang_Playground-milestone_4.md @@ -15,4 +15,4 @@ This milestone involves improving the UI of Solang Playground. This also include | _0b._ | Documentation | https://github.com/hyperledger-labs/solang-playground/blob/main/docs/interact_with_contracts_on_chain.md | | _0c._ | Testing and Testing Guide | https://github.com/hyperledger-labs/solang-playground/blob/main/README.md#testing | | _0d._ | Docker | https://github.com/hyperledger-labs/solang-playground/blob/main/README.md#docker | -| 1. | Solang Playground with enhanced `UI` | -Repo: https://github.com/hyperledger-labs/solang-playground
-Demo: https://drive.google.com/file/d/1_T4W0BBAEICQ_0jk_087ei_4MrraILsh/view?usp=sharing
-amd64 docker image: https://hub.docker.com/r/salaheldin18/solang-playground .
You can find a link to the hosted editor in the repo's readme: http://solang-pg.duckdns.org:9000/ | +| 1. | Solang Playground with enhanced `UI` | -Repo: https://github.com/hyperledger-labs/solang-playground
-Demo: https://drive.google.com/file/d/1_T4W0BBAEICQ_0jk_087ei_4MrraILsh/view?usp=sharing
-amd64 docker image: https://hub.docker.com/r/salaheldin18/solang-playground .
You can find a link to the hosted editor in the repo's readme: https://hypersolang.ddnsfree.com/ |