Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexlwn123/fedimint-ts
Fedimint Typescript Monorepo
https://github.com/alexlwn123/fedimint-ts
Last synced: about 2 months ago
JSON representation
Fedimint Typescript Monorepo
- Host: GitHub
- URL: https://github.com/alexlwn123/fedimint-ts
- Owner: alexlwn123
- Created: 2024-06-24T17:55:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:07:10.000Z (5 months ago)
- Last Synced: 2024-11-02T10:22:46.885Z (3 months ago)
- Language: JavaScript
- Homepage: https://fedimint.org
- Size: 15.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedimint Typescript 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.
There two main folders are:
- `packages`: Contains the actual libraries
- `examples`: Contains examples of how to use the libraries### Packages
- [`fedimint-web`](./packages/fedimint-web/README.md): Provides a typescript interface for the Fedimint client wasm
- `fedimint-react`: TBD### Examples
- [`vite-core`](./examples/vite-core/README.md): Wrapper around `fedimint-client-wasm` that provides a typescript interface for the Fedimint client
### Credit
Used the [wagmi](https://github.com/wevm/wagmi) library as a reference for the repo's structure.