Skip to content

Commit c57d229

Browse files
committed
adds reference link and architecture diagram
1 parent 7b36d1e commit c57d229

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

hugo-gh/content/about/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ menu:
77
weight: 1
88
---
99

10-
The sig0namectl project allows decentralised DNS updates by communicating directly with the DNS infrastructure itself.
1110

11+
The sig0namectl project allows decentralised DNS updates by communicating directly with the DNS infrastructure itself.
1212

1313
sig0namectl allows open requests to claim update rights of an unused DNS domain on a "first come, first served" basis.
1414

@@ -25,7 +25,9 @@ To receive update permissions, public keys are embedded within the DNS fabric at
2525

2626
To submit DNS updates, sig0namectl locally signs and sends DNS update requests using the private key generated by the claimant.
2727

28-
The project consists of a number of different component types:
28+
The project consists of a number of different components:
29+
30+
<br><img src="/images/20240909-sig0namectl-architecture.png"><br><br>
2931

3032
# 🌐 Web Browser Applications
3133

@@ -61,6 +63,8 @@ Existing Workflow Automation Tools allow automatic:
6163

6264
The sig0namectl Javascript API provides a standard interface to the sig0namectl DNS Library. Golang module transpiles to WASM and exports functions available to Javascript in popular web browsers. The set of functions exported defines a Javascript API to ease development of custom DNS web applications.
6365

66+
See [sig0namectl Tutorials]( {{< relref "tutorials/" >}}) for API details.
67+
6468
# 📚 sig0namectl library
6569

6670
The sig0namectl Library provides developers a standard library in the form of a golang module to develop further custom tools that can be compiled for a variety of target host platforms or to produce wasm binaries to be executed in web browser environments.
65.1 KB
Loading

0 commit comments

Comments
 (0)