sandwichfarm / notemine

⛏️ wasm nostr note miner written in rust.
https://sandwichfarm.github.io/notemine
3 stars 1 forks source link

Notemine should be monorepo #4

Open dskvr opened 1 month ago

dskvr commented 1 month ago
- notemine-rust (cargo package `notemine`): miner binary
- notemine-js (npm package `notemine`): `notemine-rust` wasm build for web.
    - notemine - basic js bindings
    - notemine/observables - wrapped in observables
    - notemine/svelte - `notemine/observables wrapped for svelte
    - notemine/react - `notemine/observables wrapped for react
    - notemine/vue - notemine/observables wrapped for vue
- notemine-demos
  - vanilla-js
  - svelte
  - react
  - vue
  - rust