Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# <div align="center"> <p > Python SDK for Secret Network </p>

<br>
Expand All @@ -14,23 +15,28 @@ The Secret Software Development Kit (SDK) in Python is a simple library toolkit

# Table of Contents

- [ Python SDK for Secret Network ](#--python-sdk-for-secret-network-)
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [API Reference](#api-reference)
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Tests](#tests)
- [Code Quality](#code-quality)
- [Usage Examples](#usage-examples)
- [Getting Blockchain Information](#getting-blockchain-information)
- [Async Usage](#async-usage)
- [Building and Signing Transactions](#building-and-signing-transactions)
- [Example Using a Wallet](#example-using-a-wallet-recommended)
- [Example Using a Wallet (_recommended_)](#example-using-a-wallet-recommended)
- [Batch Transactions](#batch-transactions)
- [Contributing](#contributing)
- [Reporting an Issue](#reporting-an-issue)
- [Requesting a Feature](#requesting-a-feature)
- [Contributing Code](#contributing-code)
- [For new contributors, here is a quick guide:](#for-new-contributors-here-is-a-quick-guide)
- [Documentation Contributions](#documentation-contributions)
- [Need more information on how to contribute?](#need-more-information-on-how-to-contribute)
- [License](#license)

<br/>
Expand Down
Loading