-
Notifications
You must be signed in to change notification settings - Fork 633
added audits #8577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added audits #8577
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
|
|
||
| <Steps> | ||
| <Step title="Generate Links"> | ||
| Generate a link to request a specific amount of tokens from a specific wallet. | ||
| </Step> | ||
| <Step title="Share payment "> | ||
| Host the link on your website | ||
| </Step> | ||
| <Step title="Host Link"> | ||
| Host the link on your website | ||
| </Step> | ||
| <Step title="Host Link"> | ||
| Host the link on your website | ||
| </Step> | ||
| </Steps> | ||
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||||||||
| # Build with tokens | ||||||||||||
|
|
||||||||||||
| ### | ||||||||||||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the empty heading or add content. Line 3 contains an empty heading marker ( 🔎 Apply this diff to remove the empty heading: # Build with tokens
-### Do you want me to help draft content for this placeholder section? 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
|
|
||
| <OpenApiEndpoint path="/v1/tokens" method="POST" /> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix duplicate steps and mismatched content.
The Steps component contains duplicate and incomplete content:
This creates confusing documentation that doesn't provide distinct, actionable guidance for each step.
🔎 Suggested structure for the steps:
Would you like me to help draft appropriate content for each step based on typical bridge link workflows?
🤖 Prompt for AI Agents