Skip to content

Releases: ChainSafe/web3-circle-libs

Initial Release - Circle React Elements (v0.1.0)

20 Feb 11:33
c20971e
Compare
Choose a tag to compare

We’re thrilled to introduce Circle React Elements, a powerful set of UI components designed to streamline frontend development for Circle's Developer-Controlled Wallets.

🔹 Features

  • Pre-built UI components for common Circle operations
  • Built with React, TypeScript, and Tailwind CSS for modern development
  • Accessible by default using Radix UI primitives
  • Dark mode support for seamless theming
  • Fully responsive and mobile-friendly
  • Form components with built-in validation
  • Transaction and wallet management components

📦 Installation

Get started with a simple install:

npm install @circle-libs/react-elements

📖 Documentation

For detailed usage and examples, visit the Circle React Elements Docs.

🚀 Try it out

Speed up your development and enhance your Circle wallet integration with Circle React Elements today!

Initial Release - Circle SDK Setup Tool (v0.1.0)

20 Feb 11:28
95ea452
Compare
Choose a tag to compare

We’re excited to introduce the Circle SDK Setup Tool, a simple CLI to quickly configure your local environment for interacting with the Circle SDK.

One-command setup:

npx @circle-libs/sdk-setup --api-key YOUR_CIRCLE_API_KEY

Automatic configuration:

  • Generates a secure entity secret
  • Registers your setup with Circle Console
  • Saves credentials to a .env file
  • Creates a recovery file for backup

⚠️ Important

  • Store the recovery file securely and remove it from your project directory.