-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'w3f:master' into dsm-w3f-plutonication_m3
- Loading branch information
Showing
7 changed files
with
354 additions
and
110 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
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
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,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:** 1 | ||
|
||
**Context** | ||
This milestone involves compiling Solang's language server source code to WASM, and integrate into a Monaco web editor. That is, allow for editing a contract on a webpage with the help of language smarts provided from the server. | ||
|
||
|
||
**Deliverables** | ||
|
||
|
||
| Number | Deliverable | Link | Notes | | ||
| ------ | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| 1. | Solang Playground Client | -Repo: https://labs.hyperledger.org/solang-playground/ .<br> -Client hosted on github pages: https://salaheldinsoliman.github.io/solang-playground-lab/ | - I didn't include a Dockerfile for this milestone as I thought it is not needed at this point. Evaluators can easily visit the testing link to test the mentioned functionality. <br> - In the editor, I thought it is a good idea to keep the debugging consoles displayed in the bottom of the page. This makes evaluation and testing more easy. (In my opinion) | | ||
|
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,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).** | ||
|
||
* **Application Document:** [Zkwasm Rollups Transfer](https://github.com/w3f/Grants-Program/blob/master/applications/zkwasm-rollups-transfer.md) | ||
* **Milestone Number:** 2 | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | | ||
| -----: | ----------- | ------------- | | ||
| 0a. | License | [Apache 2.0](https://github.com/KogarashiNetwork/Kogarashi/blob/master/LICENSE) | | ||
| 0b. | Documentation | [Nova Tutorial](https://kogarashinetwork.github.io/tutorial/nova_pallet/) | | ||
| 0c. | Testing Guide | [Nova Test](https://github.com/KogarashiNetwork/Kogarashi/tree/master/pallet/nova#test) | | ||
| 0d. | Docker | [Nova pallet Dockerfile](https://github.com/KogarashiNetwork/Kogarashi/blob/master/Dockerfile) | | ||
| 0e. | Article | [Nova Tutorial](https://kogarashinetwork.github.io/tutorial/nova_pallet/) | | ||
| 1. | `bn254/grumpkin` implementation | [bn254](https://github.com/KogarashiNetwork/Kogarashi/tree/master/bn254) / [grumpkin](https://github.com/KogarashiNetwork/Kogarashi/tree/master/grumpkin) | | ||
| 2. | `groth16` implementation | [groth16](https://github.com/KogarashiNetwork/Kogarashi/tree/master/groth16) | | ||
| 3. | `recursive proof` implementation | [nova](https://github.com/KogarashiNetwork/Kogarashi/tree/master/nova) | | ||
| 4. | `Nova pallet` implementation | [nova pallet](https://github.com/KogarashiNetwork/Kogarashi/tree/master/pallet/nova) | |
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
Oops, something went wrong.