Embeddable Components
Usage
In the head, add...
<script>
window.tlConfig = {
mode: "light", // or "dark"
appName: "My Cool App",
appDescription: "My cool app's description",
walletConnectProjectId: "wallet-connect-id",
rpcUrls: {
ethereum: "", // defaults to https://ethereum-rpc.publicnode.com
shape: "", // defaults to https://mainnet.shape.network
base: "", // defaults to https://base-rpc.publicnode.com
arbitrum: "" // defaults to https://arbitrum-one-rpc.publicnode.com
}
}
</script>
<script type="module" crossorigin src="https://cdn.transientlabs.xyz/embeds/v1.2.1/index.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.transientlabs.xyz/embeds/v1.2.1/index.css">In the body add...
Style Overrides
Custom Events
Last updated