-
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.
- Loading branch information
Showing
1 changed file
with
40 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,40 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**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/Support%20Docs/milestone-deliverables-guidelines.md).** | ||
|
||
* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/galaxy.md | ||
* **Milestone Number:** 2 | ||
|
||
**Context** (optional) | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | Notes | | ||
|-------|-------------|------|-------| | ||
| **0a.** | License | [LICENSE](https://github.com/7flash/galaxy-polkadot/blob/milestone2/LICENSE) | MIT | | ||
| **0b.** | Documentation | [README](https://github.com/7flash/galaxy-polkadot/blob/milestone2/README.md) | Includes inline documentation and tutorial | | ||
| **0c.** | Testing and Testing Guide | [Galaxy.test.js](https://github.com/7flash/galaxy-polkadot/blob/milestone2/tests/Galaxy.test.js) | Comprehensive unit tests | | ||
| **0d.** | Docker | [Dockerfile](https://github.com/7flash/galaxy-polkadot/blob/milestone2/Dockerfile) | Setup development environment | | ||
| 0e. | Article | [Article Link](https://telegra.ph/Galaxy-Browser-v111-09-28) | Telegraph blogpost | | ||
| 0e. | Video | [Video Link](https://www.youtube.com/watch?v=U1TshR00K8Q) | Demo User Video | | ||
| 1. | Galaxy Browser | [Main Repository](https://github.com/7flash/galaxy-polkadot/tree/milestone2/desktop) | Run and build scripts | | ||
| 2. | Smart contract | [Smart Contract Directory](https://github.com/7flash/galaxy-polkadot/tree/milestone2/contract) | `5E1zfVZmokEX29W9xVzMYJAzvwnXWE7AVcP3d1rXzWhC4sxi` deployed at the Rococo testnet | | ||
|
||
**Additional Information** | ||
### Galaxy Browser Evaluation on macOS | ||
|
||
1. **Download**: | ||
- Go to [Galaxy Polkadot Releases](https://github.com/7flash/galaxy-polkadot/releases) and download the latest build for macOS. | ||
|
||
2. **Polkadot Wallet**: | ||
- Ensure your default browser has the **Polkadot wallet** installed in its default profile. | ||
|
||
3. **Run Unsigned App**: | ||
- Right-click the app icon and select 'Open'. | ||
- When prompted, confirm you want to run the unsigned app. | ||
|
||
4. **Functionality Test**: | ||
- Follow visual instructions in [demo video](https://www.youtube.com/watch?v=U1TshR00K8Q) to test: | ||
- **Open** | ||
- **Save** | ||
- **Publish** functions. |