Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jun 4, 2024
2 parents e60dd4e + aa82c7e commit 420d58d
Show file tree
Hide file tree
Showing 11 changed files with 644 additions and 680 deletions.
587 changes: 5 additions & 582 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions INTEGRATIONS.md → docs/INTEGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A summary for the flow to query this information is as follows:
* Submit the `GasPrice` query
* Use the `gasPrice` to populate the Tx fee field.

Extensive querying information can be seen in the module [spec](./README.md#query).
Extensive querying information can be seen in the module [spec](../README.md#query).

The specific query for `GasPrices` can be found [here](./README.md#gas-prices).
The specific query for `GasPrices` can be found [here](../README.md#gas-prices).

## Code Snippet

Expand All @@ -36,7 +36,7 @@ A chain gRPC (below) or CometBFT ABCI RPC connection can be created:

An `x/feemarket` query client can then be created using the created gRPC connection.

This client exposes all [queries](./README.md#query) that the `x/feemarket` module exposes.
This client exposes all [queries](../README.md#query) that the `x/feemarket` module exposes.

```go
// Create FeeMarketClient with underlying gRPC connection
Expand Down
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Documentation

1. [UPGRADING](./UPGRADING.md)
2. This document is a basic guide for adding `x/feemarket` to your Cosmos SDK chain
1. [Integrations](./INTEGRATIONS.md)
2. This document provides useful considerations for end-users of a chain using `x/feemarket`.
1. [SPEC](./SPEC.md)
2. This document contains the formal spec for the `x/feemarket` module.
Loading

0 comments on commit 420d58d

Please sign in to comment.