Conversation
🟡 Heimdall Review Status
|
| ## Install the Skill | ||
|
|
||
| <Steps> | ||
| <Step title="Clone the Base Skills repo"> |
There was a problem hiding this comment.
please use npx skills add base/base-skills - the cli allows the user to choose the skill
| ``` | ||
| For Cursor: | ||
| ```bash | ||
| cp -r base-skills/skills/migrating-an-onchainkit-app .cursor/skills/ |
There was a problem hiding this comment.
this isnt needed once skill is installed directly via cli
|
|
||
| <CardGroup cols={2}> | ||
| <Card title="useAuthenticate" href="/onchainkit/latest/components/minikit/hooks/useAuthenticate"> | ||
| <Card title="useAuthenticate" href="/mini-apps/core-concepts/authentication"> |
There was a problem hiding this comment.
we should not be using mini auth guide anymore and lets rely on siwe via base account
| <Tab title="MiniKit"> | ||
|
|
||
| Use [`useViewCast()`](/onchainkit/latest/components/minikit/hooks/useViewCast) to open a specific cast by its hash: | ||
| Use [`useViewCast()`](/mini-apps/core-concepts/navigation) to open a specific cast by its hash: |
There was a problem hiding this comment.
this will no longer work via base app
docs/mini-apps/llms-full.txt
Outdated
| - Scaffold new Mini Apps with MiniKit and integrate existing Next.js apps | ||
| - Configure manifests for discovery and client capabilities | ||
| - Build social‑native UX using OnchainKit components | ||
| - Build social‑native UX using MiniKit and wagmi |
There was a problem hiding this comment.
please remove minikit mention
There was a problem hiding this comment.
Do we want this in the get started quickstart section? Feels too visible?
What if for a certain period of time, this is the only doc at docs.base.org/onchainkit
And then once deprecation is final, we cut it all together or have it as a url that isn't in the nav but can be discovered in search or via agents
What changed? Why?
Notes to reviewers
How has it been tested?