The tool is accesible in Fintools Web page.
I used as quick way for learning tools use in finance and web assembly for computation.
Follow Rust installation Guide
Install wasm-pack
cargo install wasm-pack
Follow Node installation Guide
Inside root folder build the rust library
yarn build-fintools
Inside root folder build the app
yarn build
build folder will be created where you can serve in web server.