-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1042 from lukso-network/erc725-tools
feat: add web3 onboard + Mock Relayer + Txs.App in tools list
- Loading branch information
Showing
3 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
--- | ||
title: 🔍 ERC725 Tools | ||
title: 🔍 Inspector Tools | ||
sidebar_position: 8 | ||
--- | ||
|
||
# ERC725 Tools | ||
|
||
- [ERC725 Inspect 📝🔍](https://erc725-inspect.lukso.tech/) ([GitHub](https://github.com/lukso-network/tools-erc725-inspect)) is a web app that allows you to inspect the key/values of an [ERC725Y](https://github.com/ERC725Alliance/ERC725/blob/main/docs/ERC-725.md#erc725x) compatible smart contract. | ||
## ERC725 Inspect | ||
|
||
[ERC725 Inspect 📝🔍](https://erc725-inspect.lukso.tech/) ([GitHub](https://github.com/lukso-network/tools-erc725-inspect)) is a web app that allows you to inspect the data key/values of an [ERC725Y](https://github.com/ERC725Alliance/ERC725/blob/main/docs/ERC-725.md#erc725x) compatible smart contract. | ||
|
||
<div style={{textAlign: 'center'}}> | ||
|
||
<img | ||
src="/img/tools/erc725-tools.png" | ||
alt="ERC725 Tools" | ||
![ERC725-Inspect Tool](/img/tools/erc725-tools.png) | ||
|
||
</div> | ||
|
||
## Tsx.app | ||
|
||
[Tsx.app](https://tsx.app) is a web app that deconstruct transactions on the LUKSO network. It displays interactions between Universal Profiles and smart contracts in plain human readable way, instead of using hex addresses and calldatas. | ||
|
||
<div style={{textAlign: 'center'}}> | ||
|
||
/> | ||
![Tsx.app](/img/example-dapp-tsx-app.png) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.