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
9 changes: 9 additions & 0 deletions pages/builders/tools/build/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ import { Callout } from 'nextra/components'
## Providers

* [Biconomy](https://docs.biconomy.io/): is an Account Abstraction toolkit that enables you to provide the simplest UX for your app or wallet. It offers modular smart accounts, as well as paymasters and bundlers as a service for sponsoring gas and executing transactions at scale. See this [tutorial](/chain/biconomy) for trying Biconomy on the Metal L2 Testnet.
* [thirdweb](https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=metal\&utm_medium=docs) offers a complete platform to leverage account abstraction.
Remove the clunky user experience of requiring gas & signatures for every onchain action.
* Abstract away gas
* Pre-audited account factory contracts
* Built-in infra
* Sponsorship policies
### Get Started
1. Sign up for a [free thirdweb account](https://thirdweb.com/team?utm_source=metal\&utm_medium=docs)
2. Visit [Account Abstraction Documentation](https://portal.thirdweb.com/connect/account-abstraction/how-it-works?utm_source=metal\&utm_medium=docs) and [Account Abstraction Playground](https://playground.thirdweb.com/connect/account-abstraction/connect?utm_source=metal\&utm_medium=docs)

## Helpful tips

Expand Down
3 changes: 2 additions & 1 deletion pages/builders/tools/build/faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET
| [LearnWeb3 Web App Faucet](https://learnweb3.io/faucets) | Sepolia, Metal L2 Testnet |
| [Native USDC Faucet](https://faucet.circle.com/) | Sepolia, Metal L2 Testnet |
| [Ethereum Ecosystem Faucets](https://www.ethereum-ecosystem.com/faucets) | Sepolia, Metal L2 Testnet, Base Sepolia |
| [thirdweb Sepolia Faucet](https://thirdweb.com/sepolia?utm_source=opdocs\&utm_medium=docs) | Sepolia |
| [thirdweb Metal L2 Faucet](https://thirdweb.com/metal-l2-testnet?utm_source=metal\&utm_medium=docs) | Metal L2 Testnet |
| [thirdweb Sepolia Faucet](https://thirdweb.com/sepolia?utm_source=metal\&utm_medium=docs) | Sepolia |

## Bridge from Sepolia

Expand Down
3 changes: 2 additions & 1 deletion pages/builders/tools/build/nft-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { Callout } from 'nextra/components'
## Creator tools


* [ThirdWeb](https://thirdweb.com/metal-l2)
* [thirdWeb](https://thirdweb.com/metal-l2?utm_source=metal\&utm_medium=docs) is the best full stack, open-source development platform for web3 apps & games.
With client-side SDKs for user onboarding & identity, backend servers for gas sponsorship & onchain transactions, data infrastructure for blockchain indexing, and audited smart contracts with deployment tooling.

## Inclusion Criteria

Expand Down
16 changes: 16 additions & 0 deletions pages/builders/tools/monitor/analytics-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ The following guide lists platforms you can use to gather analytics and setup cu
* [Mempool Archive](https://docs.blocknative.com/blocknative-data-archive/mempool-archive): Analyze any OP Stack transaction that was in the Ethereum mempool to see detection time, time pending, gas, etc.
* [Ethernow explorer](http://ethernow.xyz): Visually see transactions and batches enter the mempool and get organized into blocks. Use this filter to see OP Stack Batches enter the mempool and land on-chain.

## thirdweb

[thirdweb](https://thirdweb.com/metal-l2?utm_source=metal\&utm_medium=docs) insight is a powerful indexer for onchain data compatible with any EVM, letting you index, query and transform blockchain data.
With insight you get:
* Raw blockchain transaction & events APIs to get any data quickly & reliably
* Custom API schemas (”blueprints”) for flexible data pipelining
* Shareable blueprints for fast transactions

Start building with [thirdweb Insight](https://portal.thirdweb.com/insight?utm_source=metal\&utm_medium=docs)

thirdweb Insight can be used to:
* Fetch all assets & metadata (ERC20, ERC721, ERC115) for a given wallet address.
* Fetch all sales of skins on your in-game marketplace
* Fetch daily active wallets for your application or game
And so much more

## Tenderly

[Tenderly](https://tenderly.co/) monitoring stack lets you [inspect any transaction execution on Metal L2 or Metal L2 Testnet](https://docs.tenderly.co/debugger#how-to-use-tenderly-debugger).
Expand Down
Loading