Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maan2003/fedimint-web-sdk

 
 

Repository files navigation

License NPM Version 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.

About

Tools for developing Fedimint web clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • TypeScript 18.7%
  • CSS 1.9%
  • HTML 1.8%