Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/tools/explorers-debuggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,3 @@ LUKSO Testnet
![ERC725-Inspect Tool](/img/tools/erc725-tools.png)

</div>

## Txs.app

[Txs.app](https://txs.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'}}>

![Txs.app](/img/example-dapp-txs-app.png)

</div>
6 changes: 3 additions & 3 deletions docs/tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,11 @@ Network explorer for the LUKSO networks.

</ReferenceCard>

<ReferenceCard name="🔍 Txs.app" links={[
{label: 'View explorer', to: 'https://txs.app' },
<ReferenceCard name="🔍 Universal Everything" links={[
{label: 'View Activity', to: 'https://universaleverything.io/' },
]}>

Visualize transactions happening live in the LUKSO network decoded in a human readable manner.
Watch the activity happening live in the LUKSO network decoded in a human readable manner.

</ReferenceCard>

Expand Down
12 changes: 6 additions & 6 deletions src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import UpTurnLogo from '@site/static/img/dapps/upturn-logo-scaled.png';
import LSP8AppLogo from '@site/static/img/dapps/lsp8app-logo.png';
import FamilyLyxLogo from '@site/static/img/dapps/family-lyx-logo.png';
import TxCityLogo from '@site/static/img/dapps/txcity-io-logo.webp';
import TxsAppLogo from '@site/static/img/dapps/txs-app-logo.png';
import AirdropLogo from '@site/static/img/dapps/airdrop-logo.png';
import MomentsLogo from '@site/static/img/dapps/moments-logo.jpg';

export const migrateGuides = [
{
Expand Down Expand Up @@ -282,11 +282,11 @@ export const dappsSlider = [
link: 'https://airdropper.universaleverything.io/',
},
{
name: 'Txs.app',
description: 'User friendly transaction explorer for LUKSO.',
image: TxsAppLogo,
backgroundColor: '#fcfcfc',
link: 'https://txs.app/',
name: 'Forever Moments',
description: 'Shared collections of memories, stored onchain forever',
image: MomentsLogo,
backgroundColor: '#293a54',
link: 'https://www.forevermoments.life/',
},
// banner 3 ----------------
// {
Expand Down
12 changes: 0 additions & 12 deletions src/pages/install-up-browser-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ Experience your Universal Profile on the go with the UP Mobile App. Access your

</div>

<div className="col" style={{ marginBottom: '2em' }}>
<a href="https://txs.app">
<img src="/img/example-dapp-txs-app.png" alt="Overview of the UP Browser Extension" style={{ maxWidth: '300px', maxHeight: '160px' }} />

<h3>Txs.App</h3>

<i>Examine transactions happening in realtime in the LUKSO Network in a more user-friendly way!</i>
</a>

</div>

<div className="col" style={{ marginBottom: '2em' }}>
<a href="https://erc725-inspect.lukso.tech/?network=lukso+mainnet">
<img src="/img/example-dapp-erc725-inspect.png" alt="Overview of the UP Browser Extension" style={{ maxWidth: '300px', maxHeight: '160px' }} />
Expand All @@ -142,5 +131,4 @@ Experience your Universal Profile on the go with the UP Mobile App. Access your
</a>

</div>

</div>
Binary file added static/img/dapps/moments-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/dapps/txs-app-logo.png
Binary file not shown.
Loading