bitcoindevkit / bitcoinfee.ml

Web-based bitcoin fee estimation using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This template shows how to create a web app using Yew and wasm-pack.

🚴 Usage

🛠️ Build

When building for the first time, ensure to install dependencies first.

yarn install
yarn run build

🔬 Serve locally

yarn run dev

🔋 Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.

About

Web-based bitcoin fee estimation using machine learning

License:Apache License 2.0


Languages

Language:Rust 89.8%Language:JavaScript 7.7%Language:HTML 2.1%Language:SCSS 0.4%