From e469bfdfd81408081bb2c2970f8d26f9f1aa03d7 Mon Sep 17 00:00:00 2001 From: salaheldinsoliman Date: Sun, 2 Jun 2024 14:49:29 +0200 Subject: [PATCH] add solang playground milestone 2 Signed-off-by: salaheldinsoliman --- deliveries/Solang_Playground-milestone-2.md | 0 deliveries/Solang_Playground-milestone_2.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) delete mode 100644 deliveries/Solang_Playground-milestone-2.md create mode 100644 deliveries/Solang_Playground-milestone_2.md diff --git a/deliveries/Solang_Playground-milestone-2.md b/deliveries/Solang_Playground-milestone-2.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/deliveries/Solang_Playground-milestone_2.md b/deliveries/Solang_Playground-milestone_2.md new file mode 100644 index 000000000..f0d1531b3 --- /dev/null +++ b/deliveries/Solang_Playground-milestone_2.md @@ -0,0 +1,21 @@ +# 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:** 2 + +**Context** +This milestone involves adding a `compile` functionality to the language server. This is carried out by developing a back-end server that is responsible for the following: +1- Compile Solidity source files. +2- Return Compiled byte-code as well as contracts metadata to the client (front-end), and download them. + + +**Deliverables** + + +| Number | Deliverable | Link | Notes | +| ------ | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 1. | Solang Playground with compile functionality | -Repo: https://labs.hyperledger.org/solang-playground/ .
-Demo: https://drive.google.com/file/d/1NmuBdEieE54ojBB_axXifcLNctv-KSWW/view
-amd64 docker image: https://hub.docker.com/repository/docker/tareknaser360/solang-playground-amd64/general .
hosted editor (for easier testing purposes): http://labs.hyperledger.org/solang-playground/ | + +