GitHub - andreluis2005/onchainkit: React components and TypeScript utilities to help you build top-tier onchain apps.

๐Ÿš€ Quickstart

Run npm create onchain to boostrap an example onchain app with all the batteries included.

โœจ Documentation

For documentation and guides, visit onchainkit.xyz.

๐Ÿ› ๏ธ Contributing

Overview

This project is set up as a monorepo with pnpm workspaces.

Requirements

  • Node.js v18
  • pnpm v10

Getting Started

  1. Clone the repository
git clone https://github.com/coinbase/onchainkit.git
  1. Install dependencies

Running packages

To run a script in a single package, use the following command:

pnpm [-F | --filter] <package-name> <script-name>

To run a script in all packages, use the following command:

Shorthands

We provide shorthands to filter by project in the root package.json.

The following shorthands are available:

  • pnpm f:ock: pnpm --filter @coinbase/onchainkit
  • pnpm f:play: pnpm --filter playground
  • pnpm f:create: pnpm --filter create-onchain

Development

When working on components, you can build OnchainKit in watch mode and start the playground to view your components with the following command:

Then, you can view the playground at http://localhost:3000.

๐ŸŒ Team and Community

๐Ÿ’ซ Contributors

## Novas atualizaรงoes em portugues

๐ŸŒŠ License

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