Skip to content

Commit

Permalink
Merge branch 'main' into q3-funding-link-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn authored Nov 7, 2023
2 parents 98a2d70 + 595d23b commit c08f4b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions posts/2023-10-17_funding-program-q3/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Gno.land Funding and Grants Program - Progress So Far"
publication_date: 2023-10-17T13:37:00Z
slug: funding-program-q3
slug: funding-program-23q3
tags: [gnoland, funding, grants]
authors: [christina, michelle]
---
Expand All @@ -24,7 +24,7 @@ The Moderation Module is a smart contract ‘realm’ that enables a DAO to mana

### Berty Technologies (delivery Dec 2023)

Berty private messaging app was allocated a grant to build a mobile version of Gno.land, implementing the WESH protocol (available by Bluetooth, local WIFI, or other means), and providing secure censorship-resistant communication between devices. Berty’s experience in off-grid communication is invaluable to Gno.land, and the team is an expert at running Go on mobile Android and iOS operating systems. For this grant, to be completed in Q4, Berty will deliver a minimal PoC of the existing apps of Gno.land running on mobile, and deliver an open-source mobile app with basic CI/CD, interacting with the Gno.land testnet. Find detailed reports and updates on Berty’s [hackerspace issue 28](https://github.com/gnolang/hackerspace/issues/28) or their [blog on Gno.land ][here](https://test3.gno.land/r/gnoland/blog:p/gnomobile).
Berty private messaging app was allocated a grant to build a mobile version of Gno.land, implementing the WESH protocol (available by Bluetooth, local WIFI, or other means), and providing secure censorship-resistant communication between devices. Berty’s experience in off-grid communication is invaluable to Gno.land, and the team is an expert at running Go on mobile Android and iOS operating systems. For this grant, to be completed in Q4, Berty will deliver a minimal PoC of the existing apps of Gno.land running on mobile, and deliver an open-source mobile app with basic CI/CD, interacting with the Gno.land testnet. Find detailed reports and updates on Berty’s [hackerspace issue 28](https://github.com/gnolang/hackerspace/issues/28) or within their [Gnomobile blog post](https://test3.gno.land/r/gnoland/blog:p/gnomobile).

### Flippando (delivery Nov 2023)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion posts/2023-10-19_dao-moderation-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Gno.land Moderation DAO Module"
publication_date: 2023-10-19T01:50:00Z
slug: gnoland-moderation-dao-module
tags: [gnoland, dao, moderation, teritori]
authors: [@ferrymangmi, @zxxma, @michelleellen]
authors: [ferrymangmi, zxxma, michelleellen]
---

# Gno.land Moderation DAO Module
Expand Down
5 changes: 2 additions & 3 deletions posts/thumbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
for dir in */; do
if [ -d "${dir}src" ]; then
mkdir -p "${dir}src/thumbs"

cd "${dir}src" || continue

for img in *.png *.jpg; do
sips --resampleWidth 600 "$img" --out "thumbs/$img"
done

cd ../..
fi
done
>>>>>>> Stashed changes

0 comments on commit c08f4b4

Please sign in to comment.