Skip to content

fedimint/fedimint-web-sdk

Repository files navigation

License NPM Version (latest) NPM Version (canary) GitHub Actions Workflow Status Release Workflow

Fedimint Web SDK Monorepo

THIS IS A WORK IN PROGRESS AND NOT READY FOR USE

Structure

This monorepo is structured as a pnpm workspace. There are some helpful scripts in the root package.json to help manage the workspace.

fedimint-web-sdk
├── README.md
├── examples
│   └── vite-core
└── packages
    ├── core-web
    └── react

Packages

  • core-web: Provides a typescript interface for the Fedimint client wasm.
  • react: TBD - React components and hooks for interacting with the Fedimint client

Examples

  • vite-core: Simple example of how to use the core-web package within a React app bundled with Vite (demo)

Credit

Used the wagmi library as a reference for the repo's structure.