Skip to content

Commit

Permalink
docs: Cleanup SDK docs (#9889)
Browse files Browse the repository at this point in the history
* return MaxUint64 for Limit on InfiniteGasMeter and add a func to return GasLeft on GasMeter

* change dead link to appropriate link

Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
likhita-809 and tac0turtle committed Aug 10, 2021
1 parent 84cc05b commit 47a3f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/sdk-design.md
Expand Up @@ -88,7 +88,7 @@ SDK modules are defined in the `x/` folder of the SDK. Some core modules include
- `x/bank`: Used to enable tokens and token transfers.
- `x/staking` + `x/slashing`: Used to build Proof-Of-Stake blockchains.

In addition to the already existing modules in `x/`, that anyone can use in their app, the SDK lets you build your own custom modules. You can check an [example of that in the tutorial](https://cosmos.network/docs/tutorial/keeper.html).
In addition to the already existing modules in `x/`, that anyone can use in their app, the SDK lets you build your own custom modules. You can check an [example of that in the tutorial](https://tutorials.cosmos.network/).

## Next {hide}

Expand Down

0 comments on commit 47a3f02

Please sign in to comment.