-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update solang playground milestone 2
Signed-off-by: salaheldinsoliman <[email protected]>
- Loading branch information
1 parent
e469bfd
commit 5d15775
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,21 +1,20 @@ | ||
# 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).** | ||
**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 | ||
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Solang_Playground.md | ||
- **Milestone Number:** 2 | ||
|
||
**Context** | ||
**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. | ||
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/ .<br> -Demo: https://drive.google.com/file/d/1NmuBdEieE54ojBB_axXifcLNctv-KSWW/view <br> -amd64 docker image: https://hub.docker.com/repository/docker/tareknaser360/solang-playground-amd64/general .<br> hosted editor (for easier testing purposes): http://labs.hyperledger.org/solang-playground/ | | ||
|
||
|
||
| 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/README.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 compile functionality | -Repo: https://github.com/hyperledger-labs/solang-playground <br> -Demo: https://drive.google.com/file/d/1NmuBdEieE54ojBB_axXifcLNctv-KSWW/view <br> -amd64 docker image: https://hub.docker.com/repository/docker/tareknaser360/solang-playground-amd64/general .<br> hosted editor (for easier testing purposes): http://labs.hyperledger.org/solang-playground/ | |