talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Add devcontainer settings #142

Open mariocynicys opened 1 year ago

mariocynicys commented 1 year ago

devcontainer settings are used to define an environment for the project when it runs on github codespaces. This commit will cause new codespaces to start with Rust and cargo preinstalled.

This will allow others to easily spin up a development environment for the project quicker (and does help me when I don't have my laptop on me and need to try something out/ do quick review :) ).

mariocynicys commented 1 year ago

Better also install bitcoind and tor inside the container.