Skip to content

Commit 28ed22e

Browse files
authored
upload (#72)
1 parent d2b0abe commit 28ed22e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ presentations.
99

1010
|Date |Title |Speakers |Presentation |Recording |
1111
|---- |----- |-------- |------------ |--------- |
12+
|2025.03.05 |DAOs in gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](presentations/2025-03-05--ethbelgrade--leon/ethbelgrade-daos.pdf) |--- |
1213
|2025.02.05 |Building dApps in gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](presentations/2025-02-05--epitech--leon/building-dapps.pdf) |--- |
1314
|2025.02.01 |building decentralized apps in go: meet gno |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2025-02-01--fosdem--manfred/presentation.slide.html#1) |--- |
1415
|2025.01.09 |Designing Seamless Interconnected dApps with Gno |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2025-01-09--buidleu--manfred/presentation.slide.html#1) |--- |
1516
|2024.09.23 |Distributed Communities - How to build timeless and decentralized apps, with Go |[@thehowl](https://github.com/thehowl) |[Slides](https://gnolang.github.io/workshops/presentations/2024-09-23--distributed-communities--morgan/slides.html) |[Video](https://www.youtube.com/watch?v=b3zRbVcJxyE) |
1617
|2024.08.20 |A gentle intro to gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](presentations/2024-08-20--gentle-intro-to-gnoland--leon/presentation.pdf) |[Video](https://www.youtube.com/watch?v=hTGeG0z09NU) |
1718
|2024.08.05 |Intro to gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](https://docs.google.com/presentation/d/1tnplCWxhg-RFatDS3w1iJnO0vSfBAuw2ZA0ommNJQOU/edit?usp=sharing) |--- |
18-
|2024.07.13 |Building with Gno.land: A Practical Workshop on Smart Contracts |[@gfanton](https://github.com/gfanton) |[Slides](presentations/2024-07-13--nebular--gfanton/README.md) |[Video](https://www.youtube.com/watch?v=oBQ-t_E0QpI) |
1919
|2024.07.13 |Gno: Examples and Comparisons |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2024-07-13--nebular--manfred/presentation.slide.html#1) |[Video](https://www.youtube.com/watch?v=Zsl3xu_Edcc) |
20-
|2024.07.09 |Building a Deterministic Interpreter in Go: Readability vs Performance |[@jaekwon](https://github.com/jaekwon) |[Slides](presentations/2024-07-09--gophercon-us--jae) |[Video](https://www.youtube.com/watch?v=betUkghf_jo) |
20+
|2024.07.13 |Building with Gno.land: A Practical Workshop on Smart Contracts |[@gfanton](https://github.com/gfanton) |[Slides](presentations/2024-07-13--nebular--gfanton/README.md) |[Video](https://www.youtube.com/watch?v=oBQ-t_E0QpI) |
21+
|2024.07.09 |Building a Deterministic Interpreter in Go: Readability vs Performance |[@jaekwon](https://github.com/jaekwon) |[Slides](presentations/2024-07-09--gophercon-us--jae/slides.pdf) |[Video](https://www.youtube.com/watch?v=betUkghf_jo) |
2122
|2024.07.08 |Building a Decentralized App on gno.land |[@deelawn](https://github.com/deelawn) |[Slides](presentations/2024-07-08--gophercon-us--dylan) |[Video](https://www.youtube.com/watch?v=lwL2VyjaV-A) |
2223
|2024.06.17 |Envisioning a Go-Powered Ecosystem: The Ultimate Go Computer |[@moul](https://github.com/moul) |[Slides](presentations/2024-06-17--gophercon-berlin--manfred) |[Video](https://youtu.be/dLE2-8QPK64?si=IidxNLGrwwS6jbYL) |
2324
|2024.05.23 |Building Dynamic Applications With Go (and Gno!) |[@deelawn](https://github.com/deelawn) |[Slides](presentations/2024-05-23--belgrade--dylan/slides.pdf) |[Video](https://www.youtube.com/watch?v=tNM1DHOxIQ8) |
@@ -45,6 +46,8 @@ presentations.
4546
|2022.09.29 |Intro to Gno |[@moul](https://github.com/moul), [@pwnh4](https://github.com/pwnh4) |[Slides](https://github.com/xplrz/gnoland-workshop) |--- |
4647
|2022.09.13 |Intro to the Gno Smart Contract Platform and Blockchain |[@moul](https://github.com/moul) |[Slides](presentations/2022-09-13--berlin--manfred/slides.pdf) |[Video](https://www.youtube.com/watch?v=S36kA5RqLvs) |
4748

49+
50+
4851
_This table is autogenerated based on the [./presentations](./presentations) folder._
4952

5053
## Resources
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Date of the workshop
2+
date: "2025-03-05"
3+
# Title of the workshop
4+
title: "DAOs in gno.land"
5+
# GitHub usernames of the speakers
6+
speakers:
7+
- "leohhhn"
8+
# Location of the workshop
9+
location: "Belgrade, Serbia"
10+
# At which event the workshop took place, if any
11+
event: "ETH Belgrade Meetup"
12+
# Workshop slides link. If the link is local, only put the file name, without any other path parts.
13+
slides: "ethbelgrade-daos.pdf"
14+
# Workshop recording
15+
recording: ""

0 commit comments

Comments
 (0)