Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MangoSale_Milestone_2 #965

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |