https://github.com/chainsafe/web3-circle-libs
Circle Wallet Elements - UI components and tools compatible with Circle SDK
https://github.com/chainsafe/web3-circle-libs
Last synced: 3 months ago
JSON representation
Circle Wallet Elements - UI components and tools compatible with Circle SDK
- Host: GitHub
- URL: https://github.com/chainsafe/web3-circle-libs
- Owner: ChainSafe
- License: mit
- Created: 2024-10-30T16:25:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-30T16:13:36.000Z (4 months ago)
- Last Synced: 2025-10-02T02:53:35.616Z (4 months ago)
- Language: TypeScript
- Homepage: https://circle-react-elements.replit.app
- Size: 2.1 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circle Wallet Elements
Monorepo that contains the following packages:
- [`@circle-libs/circle-demo-webapp`](packages/circle-demo-webapp) - Demo application combining Circle React components
and [Circle SDK](https://developers.circle.com/)
- [`@chainsafe/circle-react-elements`](packages/circle-react-elements) - React components compatible with Circle SDK
- [`@circle-libs/sdk-setup`](packages/circle-sdk-setup) - CLI tool for Circle SDK setup
## Local Development
To set up the monorepo for local development, follow these steps:
1. Install dependencies.
```sh
yarn install
```
2. Run react-elements watcher in a separate console.
```sh
yarn elements:watch
```
3. Start the development server for the demo webapp.
```sh
yarn demo:dev
```
You can now make changes to the packages and see the updates in the demo webapp in real-time.