0.15.0 • Published 4 days ago

@coinbase/onchainkit v0.15.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

OnchainKit

Documentation

For documentation and guides, visit onchainkit.xyz.

Features

OnchainKit offers four themes packed with React components and TypeScript utilities ready for action.

Overview

To integrate OnchainKit into your project, begin by installing the necessary packages.

# Yarn: Add library
yarn add @coinbase/onchainkit
# Yarn: Depending on the components or utilities you choose,
# you may end up utilizing any of those libraries.
yarn add viem@2.x react@18 react-dom@18

# or

# Use NPM
npm install @coinbase/onchainkit
npm install viem@2.x react@18 react-dom@18

# Use PNPM
pnpm add @coinbase/onchainkit
npm install viem@2.x react@18 react-dom@18

Then, feel free to utilize any of the components or utilities, such as FrameMetadata.

import { FrameMetadata } from '@coinbase/onchainkit';

export default function HomePage() {
  return (
    ...
    <FrameMetadata
      buttons={[
        {
          label: 'Tell me the story',
        },
        {
          action: 'link',
          label: 'Link to Google',
          target: 'https://www.google.com'
        },
        {
          action: 'post_redirect',
          label: 'Redirect to cute pictures',
        },
      ]}
      image={{
       src: 'https://zizzamia.xyz/park-3.png',
       aspectRatio: '1:1'
      }}
      input={{
        text: 'Tell me a boat story',
      }}
      postUrl="https://zizzamia.xyz/api/frame"
    />
    ...
  );
}

Community ☁️ 🌁 ☁️

Check out the following places for more OnchainKit-related content:

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.15.0

4 days ago

0.14.1

5 days ago

0.14.2

4 days ago

0.14.0

7 days ago

0.13.2

16 days ago

0.13.3

16 days ago

0.13.4

16 days ago

0.13.1

16 days ago

0.13.0

23 days ago

0.12.1

25 days ago

0.12.0

29 days ago

0.11.3

30 days ago

0.11.1

1 month ago

0.11.2

1 month ago

0.11.0

2 months ago

0.10.2

2 months ago

0.10.1

2 months ago

0.10.0

2 months ago

0.9.12

2 months ago

0.9.8

2 months ago

0.9.7

2 months ago

0.9.9

2 months ago

0.9.10

2 months ago

0.9.11

2 months ago

0.9.6

2 months ago

0.9.5

2 months ago

0.9.4

3 months ago

0.9.3

3 months ago

0.9.0

3 months ago

0.9.2

3 months ago

0.9.1

3 months ago

0.8.1

3 months ago

0.8.2

3 months ago

0.8.0

3 months ago

0.6.2

3 months ago

0.7.0

3 months ago

0.6.1

3 months ago

0.6.0

3 months ago

0.5.4

3 months ago

0.5.3

3 months ago

0.5.2

3 months ago

0.5.1

3 months ago

0.5.0

3 months ago

0.4.5

3 months ago

0.4.4

3 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.4.3

3 months ago

0.4.2

3 months ago

0.3.1

3 months ago

0.3.0

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.6

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.5

3 months ago

0.1.0

5 months ago