Skip to content

Commit

Permalink
add section on standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jul 17, 2023
1 parent 3978b83 commit 99aad87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rfc/rfc-004-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ caused by two factors: either as a consequence of a state transition coming from
By implementing these proposed changes, the Cosmos SDK will benefit from a more extensible, versatile, and efficient account
management system that is better suited to address the requirements of the Cosmos ecosystem.

#### Standardization

With `x/accounts` allowing a modular api there becomes a need for standardization of accounts or the interfaces wallets and other clients should expect to use. For this reason we will be using the [`CIP` repo](https://github.com/cosmos/cips) in order to standardize interfaces in order for wallets to know what to expect when interacting with accounts.

## Implementation

### Account Definition
Expand Down

0 comments on commit 99aad87

Please sign in to comment.