This web application provides a number of tools and utilities useful to Bitcoin developers and other technically advanced users.
If you want to request a new tool or an improvement to an existing tool, open a GitHub issue. As long as it's useful and Bitcoin-related, I'll be happy to implement it.
Contributions are welcome, especially bug fixes and UI/UX improvements. New features I'm happy to implement myself, see above.
You will need Node.js and Yarn.
Install dependencies:
yarn
Run a local dev server:
yarn dev
Build for production:
yarn build