Skip to content

Commit

Permalink
Merge pull request #62 from NillionNetwork/add-video-to-hh-goa-pages
Browse files Browse the repository at this point in the history
add intro video to HH docs
  • Loading branch information
Davetbutler authored Jul 13, 2024
2 parents 3268944 + a649971 commit 80c72fa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 32 deletions.
41 changes: 17 additions & 24 deletions docs/hacker-house-goa-windows.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import IframeVideo from '@site/src/components/IframeVideo/index';

# Hacker house - initial Nillion task - Windows

👋 Hey, welcome to [Nillion](https://docs.nillion.com/). We are really pleased to have you start your journey with us.

This page describes the initial Nillion task for Hacker House Goa for Windows users. If you are on MacOS or Linux, head over to [this page](https://docs.nillion.com/hacker-house).

Note; Nillion will only work with WSL on Windows, please ensure you are using this while you go through the initial task below. Any questions about getting set up with WSL, please contact the hackathon organisers :).
This page describes the initial Nillion task for Hacker House Goa for Windows users. If you are on MacOS or Linux, head over to [this page](https://docs.nillion.com/hacker-house).

The initial task should take 30-45 minutes and will help you get started with Nillion. Join our social channels, and start working with our SDK. If you have any questions, feel free to ask them on the discord channel.

Expand All @@ -13,24 +13,17 @@ The 50 best tasks that are submitted will be awarded a $20 prize 🎉 Good luck!
Follow the steps below to complete the task:

1. Join our community:

- [Join our Discord server](https://discord.gg/nillionnetwork)
- Make sure you join the `developers-sdk` channel
- Once you fill out the form at the end of this task, we will add you to a dedicated `hacker-house-goa` Discord channel too.
- [Follow us on Twitter](https://x.com/nillionnetwork)

2. Star & fork either the [Python](https://github.com/NillionNetwork/nillion-python-starter) or [JavaScript](https://github.com/NillionNetwork/cra-nillion) quickstart repos (bonus points for both)

🚨 Add the topic `nillion-nada` to this repo so we can find it easily

3. Follow at least one of the quickstarts: [Python Quickstart](/python-quickstart) or [JavaScript Blind App Quickstart](/quickstart)

🚨 Make sure you [enable telemetry](/nillion-sdk-and-tools#installation) as you install the Nillion SDK. Start your telemetry identifier with `hacker-house-goa` so we can identify you

4. Once you have completed the quickstart, add at least one new [nada program](/nada-lang-programs) to your repo (bonus points for creativity, but make sure it compiles and runs)

- Python quickstart: add your nada program in your repo's programs folder.
- JavaScript quickstart: add your program in your repo's [public/programs](https://github.com/NillionNetwork/cra-nillion/tree/main/public/programs) folder
- The Nillion team will review all your new nada programs and award $20 prizes to the best 50.

5. Fill out [this form](https://forms.gle/8mWZyvdirzc66B679) to complete the initial Nillion task for Hacker House Goa.
- [Join our Discord server](https://discord.gg/nillionnetwork)
- Make sure you join the `developers-sdk` channel.
- Once you fill out the form at the end of this task, we will add you to a dedicated `hacker-house-goa` Discord channel too.
- [Follow us on Twitter](https://x.com/nillionnetwork)

2. Star & fork the [Python](https://github.com/NillionNetwork/nillion-python-starter) quickstart repo & the [JavaScript Quickstart repo](https://github.com/NillionNetwork/cra-nillion/).

🚨 Add the topic `nillion-nada` to this repo so we can find it easily

3. [Head to this Google Colab and complete the initial Nillion task](https://colab.research.google.com/drive/1EyFyLwAmwh1EoZkgCz7BWF0pIaXmCg2G?usp=sharing)
- All instructions are in the Google Colab, make sure you read them carefully, and follow the steps in order.
- There is a $20 prize for the best 50 new nada programs that are written in step 9.

4. Fill out [this form](https://forms.gle/8mWZyvdirzc66B679) to complete the initial task.
18 changes: 10 additions & 8 deletions docs/hacker-house-goa.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import IframeVideo from '@site/src/components/IframeVideo/index';

# Hacker house - initial Nillion task - MacOS & Linux

👋 Hey, welcome to [Nillion](https://docs.nillion.com/). We are really pleased to have you start your journey with us.
Expand All @@ -17,14 +19,14 @@ Follow the steps below to complete the task:
- Once you fill out the form at the end of this task, we will add you to a dedicated `hacker-house-goa` Discord channel too.
- [Follow us on Twitter](https://x.com/nillionnetwork)

2. Star & fork either the [Python](https://github.com/NillionNetwork/nillion-python-starter) or [JavaScript](https://github.com/NillionNetwork/cra-nillion) quickstart repos (bonus points for both)

🚨 Add the topic `nillion-nada` to this repo so we can find it easily

3. Follow at least one of the quickstarts: [Python Quickstart](/python-quickstart) or [JavaScript Blind App Quickstart](/quickstart)

🚨 Make sure you [enable telemetry](/nillion-sdk-and-tools#installation) as you install the Nillion SDK. Start your telemetry identifier with `hacker-house-goa` so we can identify you

2. Star & fork the [Python](https://github.com/NillionNetwork/nillion-python-starter) quickstart repo & the [JavaScript Quickstart repo](https://github.com/NillionNetwork/cra-nillion/).
🚨 Add the topic `nillion-nada` to this repo so we can find it easily
3. Follow at least one of the quickstarts (Python or JavaScript) in the [Developer Quickstart](/quickstart)
🚨 Make sure you [enable telemetry](/nillion-sdk-and-tools#installation) as you install the Nillion SDK. Start your telemetry identifier with `hacker-house-goa` so we can identify you
4. Once you have completed the quickstart, add at least one new [nada program](/nada-lang-programs) to your repo (bonus points for creativity, but make sure it compiles and runs)

- Python quickstart: add your nada program in your repo's programs folder.
Expand Down

0 comments on commit 80c72fa

Please sign in to comment.