pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[Dev Tools] Add .devcontainer support #597

Closed studna closed 1 week ago

studna commented 2 weeks 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 2 weeks ago

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

Olshansk commented 2 weeks 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 1 week ago

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

studna commented 1 week 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).