Skip to content

fix: use new URLs #17

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

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions posts/2022-11-21_intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Another major advantage of Go is that the language comes with an ecosystem of gr

### How Gnolang (Gno) Differs from Golang (Go)

[![Go and Gno](https://gnolang.github.io/blog-assets/intro/thumbs/go-and-gno.png)](https://gnolang.github.io/blog-assets/intro/go-and-gno.png)
[![Go and Gno](https://gnolang.github.io/blog/2022-11-21_intro/thumbs/go-and-gno.png)](https://gnolang.github.io/blog/2022-11-21_intro/go-and-gno.png)

_Image 1: Gnolang - Like Go but specific to the blockchain_

Expand All @@ -42,7 +42,7 @@ Otherwise, Gno loads and uses many standard libraries that power Go, so most of

The composable nature of Go/Gno allows for type-checked interactions between contracts, making Gno.land safer and more powerful, as well as operationally cheaper and faster. Smart contracts on Gno.land will be light, simple, more focused, and easily interoperable — a network of interconnected contracts rather than siloed monoliths that limit interactions with other contracts.

[![Gnolang code example](https://gnolang.github.io/blog-assets/intro/thumbs/code-example.jpg)](https://gnolang.github.io/blog-assets/intro/code-example.jpg)
[![Gnolang code example](https://gnolang.github.io/blog/2022-11-21_intro/thumbs/code-example.jpg)](https://gnolang.github.io/blog/2022-11-21_intro/code-example.jpg)

_Image 2: Code snippet from the Gno programming language_

Expand Down
2 changes: 1 addition & 1 deletion posts/2023-02-03_gor-ama1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Gno.land Community Game of Realms AMA #1 - Recap"
publication_date: 2022-02-03T15:44:00Z
publication_date: 2023-02-03T15:44:00Z
slug: gor-ama1
tags: [game-of-realms,gnoland,proof-of-contribution,dao,governance]
authors: [manfred]
Expand Down
2 changes: 1 addition & 1 deletion posts/2023-03-12_gor-phase1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "All You Need to Know About Game of Realms: Phase One"
publication_date: 2022-03-12T14:02:00Z
publication_date: 2023-03-12T14:02:00Z
slug: gor-phase1
tags: [gnoland,game-of-realms,faq]
author: [christina,manfred]
Expand Down
6 changes: 4 additions & 2 deletions posts/2023-04-15_myg-march/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ We made progress across the board at Gno.land last month, from onboarding more d

You can find the live streams of the new biweekly public developer calls on [Gno.land YouTube](https://www.youtube.com/@_gnoland/videos) as well as access the agendas on [GitHub](https://github.com/gnolang/meetings/blob/main/notes/2023_03_15_dev_call_notes.md). The main talking points this month were Gno IDE, Gno.land website language and UX, garbage collection, bug fixes, and how to bring IBC and ICS to the platform. We are working on all these issues concurrently but the order of release will be Gno.land mainnet, IBC, and then ICS (this is reflected in the DAG below).

[![Gno.land mini DAG](https://raw.githubusercontent.com/gnolang/blog-assets/main/6-myg-march/thumbs/mini-dag.png)](https://raw.githubusercontent.com/gnolang/blog-assets/main/6-myg-march/mini-dag.png)


[![Gno.land mini DAG](https://gnolang.github.io/blog/2023-04-15_myg-march/thumbs/mini-dag.png)])(https://gnolang.github.io/blog/2023-04-15_myg-march/mini-dag.png)

## Gno.land Website Language

Expand All @@ -24,7 +26,7 @@ Internally, our core team is working on improvements to Gno.land’s website, ma

Gno.land developer experience team is working on a web-based Gno IDE for quickly building Gno realms and packages right on your browser by just visiting a web app. Gno IDE will provide much improved UX for everything around building a realm (including making the testing easier), and additional features like autocompletion in the editor. Gno IDE will contain all the features you would expect from an IDE as well as valuable APIs for devs building tools around Gno.land with the public Gno Infrastructure.

[![Gno IDE](https://raw.githubusercontent.com/gnolang/blog-assets/main/6-myg-march/thumbs/gno-ide.png)](https://raw.githubusercontent.com/gnolang/blog-assets/main/6-myg-march/gno-ide.png)
[![Gno IDE](https://gnolang.github.io/blog/2023-04-15_myg-march/thumbs/gno-ide.png)](https://gnolang.github.io/blog/2023-04-15_myg-march/gno-ide.png)

Gno IDE will have multiple modes to support different use cases. The normal mode will be used during everyday developments (as you’re familiar with from other code editors). The presentation mode is for high accessibility and readability. You can use it during video calls or physical workshops while projecting your screen to an audience. The third and perhaps most interesting mode is the embedded mode. Use this mode to embed the IDE into websites and blogs. This feature is especially useful for tutorials to test out sample code, run it on the real testnets, and play with it.

Expand Down