Skip to content

Commit

Permalink
Add eip-5792 extension (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks authored Oct 25, 2024
1 parent 794e7ed commit e468b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/extensions/availableExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Here are the core extensions:
- [onchainkit](https://github.com/scaffold-eth/create-eth-extensions/tree/onchainkit): Pre-configured with [onchainkit](https://onchainkit.xyz/),providing an example to help you get started quickly with the ready-to-use React components and TypeScript utilities built by Coinbase team.
- [erc-20](https://github.com/scaffold-eth/create-eth-extensions/tree/erc-20): An implementation of ERC-20 token contract, allowing you to interact with the contract in a user-friendly manner, including getting a holder balance and transferring tokens.
- [eip-712](https://github.com/scaffold-eth/create-eth-extensions/tree/eip-712): An implementation of EIP-712, allowing you to send, sign, and verify typed messages.
- [eip-5792](https://github.com/scaffold-eth/create-eth-extensions/tree/eip-5792): An implementation of EIP-5792 wallet capabilities, allowing you to use the new JSON-RPC methods for sending multiple calls from the user wallet, and checking their status.

## Third-party Extensions

Expand Down

0 comments on commit e468b6f

Please sign in to comment.