Skip to content

Commit

Permalink
Merge pull request #64 from cosmology-tech/tutorial-doc
Browse files Browse the repository at this point in the history
Tutorial doc
  • Loading branch information
Zetazzz authored Dec 2, 2024
2 parents 9eae7b9 + a1d5a49 commit 7a86b34
Show file tree
Hide file tree
Showing 9 changed files with 493 additions and 17 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

A single, universal signing interface for any network. Birthed from the interchain ecosystem for builders. Create adapters for any web3 network.

⚠️ **This software is currently in a Development Preview Alpha stage.** It is not ready for production use. The features and functionality are subject to change, and there may be significant issues. We welcome feedback and contributions, but please use with caution and at your own risk.

- [Advanced Docs](/docs/)

## Overview
Expand All @@ -38,7 +36,6 @@ graph LR
injective_signer --> injective_amino["Amino Signer"]
injective_signer --> injective_direct["Direct Signer"]
injective_signer --> injective_eip712["EIP712 Signer"]
implement_signer --> any_signer["Any Signer"]
Expand All @@ -62,6 +59,10 @@ graph LR
style utils fill:#ccf,stroke:#333,stroke-width:2px
```

## Tutorial for building a custom signer

- [Tutorial](/docs/tutorial.md)

## Auth

Universally applied across different networks
Expand Down
Loading

0 comments on commit 7a86b34

Please sign in to comment.