Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymtech/developer-tutorials
Repo storing the finished code for Nym Developer Tutorials
https://github.com/nymtech/developer-tutorials
Last synced: 1 day ago
JSON representation
Repo storing the finished code for Nym Developer Tutorials
- Host: GitHub
- URL: https://github.com/nymtech/developer-tutorials
- Owner: nymtech
- Created: 2022-12-05T23:48:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T09:38:49.000Z (about 1 year ago)
- Last Synced: 2024-12-18T19:06:21.970Z (9 days ago)
- Language: Rust
- Homepage:
- Size: 8.91 MB
- Stars: 191
- Watchers: 6
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nym Developer Tutorials Code
Repo storing the code used in the Nym developer tutorials, which can be found on the [Developer Portal](https://nymtech.net/developers).This repo contains the following:
- `rust`
- [`chain query service`](https://nymtech.net/developers/tutorials/cosmos-service/intro.html): part one of a two part tutorial on interacting with a Cosmos SDK blockchain via the Rust SDK. Build a service and use it to privately query the Sandbox testnet for account information in preparation of part two - creating a bandwidth credential.- `typescript`
- [`simple service provider`](https://nymtech.net/developers/tutorials/simple-service-provider.html): see how the basic structure of a client and service passing messages through the mixnet can be set up.Each directory contains its own readme and instructions.