diff --git a/apps/portal/src/app/bridge/link/page.mdx b/apps/portal/src/app/bridge/link/page.mdx new file mode 100644 index 00000000000..85627160d3c --- /dev/null +++ b/apps/portal/src/app/bridge/link/page.mdx @@ -0,0 +1,22 @@ +import { Steps, Step } from "@doc"; + +# Bridge Link + +You can host a one-time bridge link to request a specific amount of tokens from a specific wallet. + +### Generate a bridge link + + + +Generate a link to request a specific amount of tokens from a specific wallet. + + +Host the link on your website + + +Host the link on your website + + +Host the link on your website + + \ No newline at end of file diff --git a/apps/portal/src/app/tokens/build-tokens/page.mdx b/apps/portal/src/app/tokens/build-tokens/page.mdx new file mode 100644 index 00000000000..238d0a1c0e8 --- /dev/null +++ b/apps/portal/src/app/tokens/build-tokens/page.mdx @@ -0,0 +1,3 @@ +# Build with tokens + +### \ No newline at end of file diff --git a/apps/portal/src/app/tokens/deploy-programmatically/page.mdx b/apps/portal/src/app/tokens/deploy-programmatically/page.mdx new file mode 100644 index 00000000000..f7507610885 --- /dev/null +++ b/apps/portal/src/app/tokens/deploy-programmatically/page.mdx @@ -0,0 +1,24 @@ +import { OpenApiEndpoint } from "@doc"; + +# Deploy Programmatically through API + + +Deploy ERC-20, ERC-721, and ERC-1155 tokens programmatically using the thirdweb API. + +Deploying tokens programmatically is useful for: + +- Doing high-volume or dynamic token creation for users or creators +- Creator coins who need their own token or NFT upon signup or specific actions +- Creating your own token creation marketplace or platform + +and more! + + +## Deploy ERC-20 Token + + + + + + + diff --git a/apps/portal/src/app/wallets/security/page.mdx b/apps/portal/src/app/wallets/security/page.mdx index c943c21e6cf..147cffed684 100644 --- a/apps/portal/src/app/wallets/security/page.mdx +++ b/apps/portal/src/app/wallets/security/page.mdx @@ -23,6 +23,9 @@ export const metadata = createMetadata({ Server Wallets + + Audits + @@ -189,4 +192,14 @@ The response also arrives in the same payload format. We just perform the steps + + +## Wallets Audits + +View the full audit reports for any wallets related features and specs: + +- [7702 (Minimal Account)](https://0xmacro.com/library/audits/thirdweb-22) +- [Managed Account Factory](https://ipfs.io/ipfs/Qmc36VUCuwG2u7kZrqmXmJsH5c8sF7SHySVbPnwVmo3XYX/thirdweb%20A-14%20_%20Macro%20Audits%20_%20The%200xMacro%20Library.pdf) + + \ No newline at end of file