pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using the Cosmos SDK
MIT License
15 stars 8 forks source link

[Dev Tools] Add .devcontainer support #597

Closed studna closed 4 months ago

studna commented 4 months ago

Summary

Adds simple support for VSC Containers or Github Codespaces.

Type of change

Select one or more:

Testing

Open project in dev container using VSCode/Codespaces and run:

make go_develop_and_test

Sanity Checklist

Olshansk commented 4 months ago

@studna I've updated the metadata for this PR. Would appreciate if you could do so for future PRs please.

Olshansk commented 4 months ago

@okdas Can you PTAL at this PR?

I haven't reviewed it myself yet (on my backlog) but I know you've put some thought into this, so it will likely align/overlap with what you were planning.

Olshansk commented 4 months ago

@studna This is approved. Feel free to squash & merge when it's ready

studna commented 4 months ago

That's a great start! We're going to need to install more dependencies for the full LocalNet to work if that's the intent. Thanks!

Thanks! Just to clarify, the intent is not to run the full LocalNet, just a possibility to develop inside of the container (or on Github Codespaces).