Skip to content

Commit

Permalink
Merge pull request #965 from Mangoboxlabs/master
Browse files Browse the repository at this point in the history
MangoSale_Milestone_2
  • Loading branch information
keeganquigley authored Aug 17, 2023
2 parents 65c231a + f84a29a commit 4547694
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions deliveries/MangoSale_Milestone_2.md
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 |

0 comments on commit 4547694

Please sign in to comment.