Skip to content

Conversation

@restorenode
Copy link
Collaborator

No description provided.

tansawit and others added 11 commits November 18, 2025 08:55
* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* feat: move autosign guide to new user guides section

* fix: typo

* fix: fix ghost wallet section writing

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* feat: update auto-signing docs

* feat: update autosigning content based on comments

* feat: minor typo

---------

Co-authored-by: jona-ctrl <jona@initia.xyz>
* docs: update create ERC20 tutorial

* fix: check for falsey key before normalization
* docs: update creating custom ERC20

* docs: add key warning and correct contract deployment command
@restorenode restorenode requested a review from tansawit December 17, 2025 08:57
@coderabbitai
Copy link

coderabbitai bot commented Dec 17, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/update-autosign

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines 74 to 75
Wrap your application with `PrivyProvider` and configure it for embedded wallets:

```tsx App.tsx
import { PrivyProvider } from "@privy-io/react-auth"
import { InterwovenKitProvider } from "@initia/interwovenkit-react"

export default function App({ children }) {
return (
<PrivyProvider
appId={process.env.NEXT_PUBLIC_PRIVY_APP_ID}
config={{
embeddedWallets: {
createOnLogin: "all-users",
},
}}
>
{/* Your app */}
</PrivyProvider>
)
}
```
Wrap your app with `PrivyProvider`, then pass Privy hooks into `InterwovenKitProvider` using `privyContext`. This enables embedded wallets and autosign support.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you find the code example not necessary here?

If we decide to omit the example, we should still specify that they need to set embeddedWallets.ethereum.createOnLogin to all-users in the PrivyProvider config since the default seems to be off (https://docs.privy.io/basics/react/advanced/automatic-wallet-creation#automatic-wallet-creation)

@restorenode restorenode requested a review from tansawit December 22, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants