Skip to content

Commit

Permalink
Update community calendar (#389)
Browse files Browse the repository at this point in the history
*added developer cli v2 docs
* updated community calendar
*Merged conflicts
  • Loading branch information
lufa23 authored Sep 8, 2023
1 parent 7175dd6 commit 7eb379e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
3 changes: 2 additions & 1 deletion content/2.developers/2.developer-tools/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Go to the [Developer CLI page](/developers/developer-tools/developer-cli/develop

## arch3.js

[arch3.js](/developers/developer-tools/arch3js/introduction) is a JavaScript library for interacting with the Archway Protocol. `arch3.js` acts as a drop-in replacement for the CosmJS client library, extending its functionality and allowing for easier interaction with Archway's reward and fee sub-systems. The Github's repository of **arch3.js** can be found <a href="https://github.com/archway-network/arch3.js" target="_blank" >here</a>.
[arch3.js](/developers/developer-tools/arch3js/introduction) is a JavaScript library for interacting with the Archway Protocol. `arch3.js` eliminates the need for working with multiple <a href="https://github.com/cosmos/cosmjs" target="_blank" >CosmJS</a> clients by extending their functionalities while also complementing it with Archway's unique reward system. The Github's repository of **arch3.js** can be found <a href="https://github.com/archway-network/arch3.js" target="_blank" >here</a>.



## Archway Daemon / Archwayd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ Make sure to install node <a href="https://nodejs.org/en" target="_blank" >node

### Docker


Docker is needed as a dependency both in CLI v1 and v2, because of the <a href="https://github.com/CosmWasm/rust-optimizer" target="_blank" >rust optimizer</a>. This is because the optimizer needs to be configured in a way that can run on multiple platforms and generate a valid WASM binary that is supported by the chain. Relying on Docker makes it way easier to control all platform and architecture dependencies required to produce a valid WASM file.


Docker is needed only for the rust optimizer (both on CLI v1 and v2), as the docker version of archwayd is not supported anymore from the CLI v1 since v1.6.0.


Expand Down
24 changes: 9 additions & 15 deletions content/3.community/10.community-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,22 @@ The details regarding the Community Calls can be found on the <a href="https://p


### Weekly Builders Call #7
**When:** Wednesday 6th September, at 15:00 UTC.
**When:** Wednesday 13th September, at 15:00 UTC.

**Where:** Discord, in the <a href="https://discord.com/channels/892203409418092615/1131985993101213746" target="_blank">builders-calls</a> voice channel. Make sure to get a *Developer* role in the <a href="https://discord.com/channels/892203409418092615/1004693111181688973" target="_blank">get-a-role</a> channel first.

**Duration**: 1h

**Agenda**:
- Protocol Discussion
**Agenda**:

- How to use <a href="https://github.com/orgs/archway-network/discussions/3" target="_blank">CosmWasm ICA contracts</a>

- Dapp Showcase: <a href="https://archway.pipapo.io/" target="_blank">Pipapo</a>

- Showcase of Pipapo codebase
https://archway.pipapo.io/
- Design team helping builders!

- Intro of Design team
- How Design team helps the community

- Feedbacks and final Q&As
NetX Discussion
- How to use the relayer_exporter to monitor IBC clients expirations
- Other work in progress in open-sourced repositories
- Feedback and Q&As

Dapp Showcase: Data Pool <a href="https://app.kyve.network/#/pools/2 " target="_blank"> Data Pool (Kyve Network)</a>
- Showcase of Data Pools codebase
- Feedback and final Q&As



Expand Down

0 comments on commit 7eb379e

Please sign in to comment.