Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #295 from Dr-Electron/update-wiki-cli
Browse files Browse the repository at this point in the history
Update wiki cli
  • Loading branch information
Brord van Wierst authored Apr 14, 2023
2 parents 45437b8 + cd6f770 commit 4ffe5ef
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 4,500 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ keywords:
---
# Getting Started

To check out our examples and write and test your own code, you would need an IDE or a code editor of your choice and a stable internet connection. You also need to set up your environment by following instructions for one of the languages: [Rust](./libraries/rust/getting_started.md), [Wasm](./libraries/wasm/getting_started.md) or [C](./libraries/c/getting_started.md)
To check out our examples and write and test your own code, you would need an IDE or a code editor of your choice and a stable internet connection. You also need to set up your environment by following [this](./libraries/rust/getting_started.md) instructions.

We assume that you already know the basics of the programming language that you chose. Companies and communities behind each language provide their own documentation for beginners: [Rust](https://www.rust-lang.org/learn/get-started), [JavaScript](https://www.w3schools.com/js/) and [Node.js](https://nodejs.org/en/docs/guides/). You could start with that first, or refer to these guides as you read through our streams documentation. If you have never programmed in your life, MIT has published an open [introductory course to programming](https://ocw.mit.edu/courses/intro-programming/#general). Check it out!
We assume that you already know the basics of the Rust programming language. Companies and communities behind each language provide their own documentation for beginners: [Rust](https://www.rust-lang.org/learn/get-started). You could start with that first, or refer to these guides as you read through our streams documentation. If you have never programmed in your life, MIT has published an open [introductory course to programming](https://ocw.mit.edu/courses/intro-programming/#general). Check it out!
901 changes: 0 additions & 901 deletions documentation/docs/libraries/c/api_reference.md

This file was deleted.

184 changes: 0 additions & 184 deletions documentation/docs/libraries/c/examples.md

This file was deleted.

74 changes: 0 additions & 74 deletions documentation/docs/libraries/c/getting_started.md

This file was deleted.

6 changes: 2 additions & 4 deletions documentation/docs/libraries/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ keywords:

The `streams` library is currently available in the following languages:

- [Rust](rust/getting_started)
- [Wasm](wasm/getting_started)
- [C](c/getting_started)
- [Rust](./rust/getting_started.md)

## Getting Started

The recommended approach to start your interactions with IOTA is to use a developer network. A public API load balancer is provided here: [api.lb-0.h.chrysalis-devnet.iota.cafe](api.lb-0.h.chrysalis-devnet.iota.cafe)
The recommended approach to start your interactions with IOTA is to use a developer network. A public API load balancer is provided here: [api.lb-0.h.chrysalis-devnet.iota.cafe](https://api.lb-0.h.chrysalis-devnet.iota.cafe)

The test network explorer is available at the [IOTA Tangle explorer](https://explorer.iota.org/devnet/).
Loading

0 comments on commit 4ffe5ef

Please sign in to comment.