-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #965 from Mangoboxlabs/master
MangoSale_Milestone_2
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Milestone Delivery:MangoSale_Milestone_2 | ||
|
||
|
||
|
||
**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).** | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/MangoSale_Protocol.md | ||
|
||
* **Milestone Number:** 2 | ||
|
||
| Number | Deliverable | Link | Notes | | ||
|--------| :----------------------: |:-----------------------------------------------------------------------------------------------:|-------------------------------------------------------------------| | ||
| 0a. | License | [License](https://github.com/Mangoboxlabs/MangoSaleV2/blob/main/LICENSE) | Apache 2.0 | | ||
| 0b. | Documentation | [Documentation](https://github.com/Mangoboxlabs/MangoSaleV2/blob/main/contract/README.md) | Documentation . | | ||
| 0c. | Testing Guide | [Testing Guide](https://github.com/Mangoboxlabs/MangoSaleV2/blob/main/contract/README.md#testing) | All test instructions are in the contract code document. | | ||
| 0d. | Docker | [Docker](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/docker) | Dockerfile. | | ||
| 0e. | Article | [Article](https://medium.com/@mangoboxlabs/encryption-project-based-on-polkadot-ecology-mangosale-503fcb5d7913) |We will publish an article that explains how to use our product. | | ||
| 1. | Ink! Contract 1 | [Launchpad](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/contract/launchpad) | 1.Launchpad can conduct Token auctions at a fixed price. | | ||
| 2. | Ink! Contract 2 | [FairLaunch](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/contract/fair_launchpad) | 2.Fair Launch can conduct Token auctions in the form of fair launch. | | ||
| 3. | Ink! Contract 3 | [DutchAuction](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/contract/dutch_auction) | 3.Dutch Auction can conduct Token auctions in the form of Dutch auctions. | | ||
| 4. | Front-end UI | [Front-end UI](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/frontend) | Front-end UI | | ||
| 5. | Front-end integration (e2e) test | [e2e](https://github.com/Mangoboxlabs/MangoSaleV2/tree/main/frontend#cypress-e2e-test) | Front-end integration (e2e) test | |