An open API service indexing awesome lists of open source software.

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

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)**