https://github.com/pactcare/substrate-web3-dns-tutorial
A Substrate tutorial for a simple Substrate Web3 Domain Name System
https://github.com/pactcare/substrate-web3-dns-tutorial
substrate
Last synced: over 1 year ago
JSON representation
A Substrate tutorial for a simple Substrate Web3 Domain Name System
- Host: GitHub
- URL: https://github.com/pactcare/substrate-web3-dns-tutorial
- Owner: PACTCare
- License: mit
- Created: 2019-06-12T20:19:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:30:29.000Z (over 3 years ago)
- Last Synced: 2023-03-02T08:47:21.969Z (over 3 years ago)
- Topics: substrate
- Language: Rust
- Size: 1.82 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Substrate Web3 DNS Tutorial
This repository contains a [Substrate](https://github.com/paritytech/substrate) tutorial for a simple Substrate Web3 Domain Name System. It’s based on the [Stars Network](https://github.com/PACTCare/Stars-Network/blob/master/WHITEPAPER.md) and specifically the [Starlog runtime](https://github.com/PACTCare/Starlog).
## Table of Contents
1. [Introduction](./tutorial/1_introduction.md)
2. [Setup](./tutorial/2_setup.md)
3. [Interface](./tutorial/3_interface.md)
4. [Runtime](./tutorial/4_runtime.md)
5. [Testing](./tutorial/5_testing.md)
6. [Unit Tests](./tutorial/6_unit_tests.md)
7. [UI](./tutorial/7_ui.md)
8. [Next Steps](./tutorial/8_next_steps.md)
## Maintainer
[David Hawig](https://github.com/Noc2)
## Contributing
If you want to help either join our **[discord server](https://discord.gg/VMj7PFN)** or you can open issues. You can also submit pull requests to this repository.
## Start Tutorial
**-> [Continue on GitHub](./tutorial/1_introduction.md)**
**-> [Open Tutorial Website](https://pactcare.github.io/Substrate-Web3-DNS-Tutorial/tutorial/1_introduction.html)**