Skip to content

vostrnad/bitcoinutils.dev

Repository files navigation

bitcoinutils.dev

This web application provides a number of tools and utilities useful to Bitcoin developers and other technically advanced users.

Requesting a feature

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.

Contributing

Contributions are welcome, especially bug fixes and UI/UX improvements. New features I'm happy to implement myself, see above.

Running

You will need Node.js and Yarn.

Install dependencies:

yarn

Run a local dev server:

yarn dev

Build for production:

yarn build