-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added initial version of Frame Transaction types (#211)
- Loading branch information
Showing
9 changed files
with
111 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@coinbase/onchainkit': patch | ||
--- | ||
|
||
- **feat**: added `FrameTransactionResponse` and `FrameTransactionEthSendParams` as initial version of Frame Transaction types. By @zizzamia #211 | ||
- **docs**: polished introduction for Frame and Identity pages. By @zizzamia #211 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,57 +7,22 @@ Add OnchainKit to your project, install the required packages. | |
:::code-group | ||
|
||
```bash [npm] | ||
npm install @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
npm install [email protected] react@18 react-dom@18 | ||
npm install @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
```bash [yarn] | ||
yarn add @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
yarn add [email protected] react@18 react-dom@18 | ||
yarn add @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
```bash [pnpm] | ||
pnpm add @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
pnpm install [email protected] react@18 react-dom@18 | ||
pnpm add @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
::: | ||
|
||
OnchainKit is divided into various theme utilities and components that are available for your use: | ||
|
||
- [Farcaster Kit](/farcaster/introduction) | ||
|
||
- Utilities: | ||
- [`getFarcasterUserAddress`](/farcaster/get-farcaster-user-address) | ||
|
||
- [Frame Kit](/frame/introduction) | ||
|
||
- Components: | ||
- [`<FrameMetadata />`](/frame/frame-metadata) | ||
- Utilities: | ||
- [`getFrameHtmlResponse`](/frame/get-frame-html-response) | ||
- [`getFrameMessage`](/frame/get-frame-message) | ||
- [`getFrameMetadata`](/frame/get-frame-metadata) | ||
- [Framegear](/frame/framegear) | ||
|
||
- [Identity Kit](/identity/introduction) | ||
|
||
- Components: | ||
- [`<Avatar />`](/identity/avatar) | ||
- [`<Name />`](/identity/name) | ||
- Utilities: | ||
- [`getEASAttestations`](/identity/get-eas-attestations) | ||
|
||
- [XMTP Kit](/xmtp/introduction) | ||
- Utilities: | ||
- [`getXmtpFrameMessage`](/xmtp/get-xmtp-frame-message) | ||
- [`isXmtpFrameRequest`](/xmtp/is-xmtp-frame-request) | ||
- [Farcaster](/farcaster/introduction) | ||
- [Frame](/frame/introduction) | ||
- [Identity](/identity/introduction) | ||
- [XMTP](/xmtp/introduction) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,27 +31,15 @@ import { HomePage } from 'vocs/components'; | |
:::code-group | ||
|
||
```bash [npm] | ||
npm install @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
npm install [email protected] react@18 react-dom@18 | ||
npm install @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
```bash [yarn] | ||
yarn add @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
yarn add [email protected] react@18 react-dom@18 | ||
yarn add @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
```bash [pnpm] | ||
pnpm add @coinbase/onchainkit | ||
|
||
# Depending on the components or utilities you use, | ||
# you may end up utilizing any of those libraries. | ||
pnpm install [email protected] react@18 react-dom@18 | ||
pnpm add @coinbase/onchainkit [email protected] | ||
``` | ||
|
||
::: | ||
|
@@ -73,31 +61,10 @@ pnpm install [email protected] react@18 react-dom@18 | |
|
||
OnchainKit offers three themes packed with React components and TypeScript utilities ready for action. | ||
|
||
- [Farcaster Kit](/farcaster/introduction) | ||
- Utilities: | ||
- [`getFarcasterUserAddress`](/farcaster/get-farcaster-user-address) | ||
- [Frame Kit](/frame/introduction) | ||
|
||
- Components: | ||
- [`<FrameMetadata />`](/frame/frame-metadata) | ||
- Utilities: | ||
- [`getFrameHtmlResponse`](/frame/get-frame-html-response) | ||
- [`getFrameMessage`](/frame/get-frame-message) | ||
- [`getFrameMetadata`](/frame/get-frame-metadata) | ||
- [Framegear](/frame/framegear) | ||
|
||
- [Identity Kit](/identity/introduction) | ||
|
||
- Components: | ||
- [`<Avatar />`](/identity/avatar) | ||
- [`<Name />`](/identity/name) | ||
- Utilities: | ||
- [`getEASAttestations`](/identity/get-eas-attestations) | ||
|
||
- [XMTP Kit](/xmtp/introduction) | ||
- Utilities: | ||
- [`getXmtpFrameMessage`](/xmtp/get-xmtp-frame-message) | ||
- [`isXmtpFrameRequest`](/xmtp/is-xmtp-frame-request) | ||
- [Farcaster](/farcaster/introduction) | ||
- [Frame](/frame/introduction) | ||
- [Identity](/identity/introduction) | ||
- [XMTP](/xmtp/introduction) | ||
|
||
# Community | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = '0.9.6'; | ||
export const version = '0.9.7'; |