Skip to content

Commit

Permalink
docs: added getting started (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jan 27, 2024
1 parent 36a960b commit 79a247b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

> OnchainKit is a collection of CSS, React components and Core utilities specifically crafted to enhance your creativity when building onchain applications.
## Core utilities

## Getting Started
Add OnchainKit to your project, install the required packages.


```bash
# Use Yarn
yarn add @coinbase/onchainkit

# Use NPM
npm install @coinbase/onchainkit

# Use PNPM
pnpm add @coinbase/onchainkit
```

<br />

## FrameKit utilities

### generateFrameNextMetadata

Expand Down

0 comments on commit 79a247b

Please sign in to comment.