notemine

Crates.ionotemine
lib.rsnotemine
version0.3.1
sourcesrc
created_at2024-09-14 06:46:57.09145
updated_at2024-09-23 00:44:15.253045
descriptiona nostr note miner compiled to wasm
homepage
repositoryhttps://github.com/sandwichfarm/notemine
max_upload_size
id1374520
size272,242
Sandwich (dskvr)

documentation

README

note⛏️

notemine mines nostr notes, is written in rust, and compiles to wasm. Variable difficulty and realtime hashrate. There's a demo.

deps

cargo install wasm-pack

build

cargo clean
wasm-pack build --target web --release

run demo

cd demo && npx serve 

license

GNU General Public License v3.0

related

check out notemine-js for an npm module that wraps the wasm-bindgen interfaces as observables for use with svelte, react and vue

Commit count: 62

cargo fmt