Skip to content

Commit

Permalink
docs(keychain-sdk): add quickstart (#126)
Browse files Browse the repository at this point in the history
* docs(keychain-sdk): add quickstart

* chore(docs): fix warnings about broken anchors
  • Loading branch information
Pitasi authored Mar 26, 2024
1 parent 8976695 commit e26f599
Show file tree
Hide file tree
Showing 9 changed files with 619 additions and 43 deletions.
16 changes: 16 additions & 0 deletions docs/docs/developers/keychain-sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Keychain SDK

Keychain are custodians of private keys on the Warden Protocol.

By being a permissionless and open protocol, anyone is welcome to be a
Keychain operator.

To facilitate the development of Keychains, we provide a Go SDK that abstracts
the communication with the Warden Protocol nodes.

[Learn more about Keychains](/learn/keychains).


## Build a Keychain

Follow the [Quickstart](./quickstart) guide to build your own Keychain.
4 changes: 4 additions & 0 deletions docs/docs/developers/keychain-sdk/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Keychain SDK",
"position": 2
}
Loading

0 comments on commit e26f599

Please sign in to comment.