Closed hummusonrails closed 1 year ago
CI fails because we need to sync against the latest substrate release I think.
Yep. Please merge or rebase master
for your branch
Thanks both. I'll go ahead and do that early this coming week.
@athei and @SkymanOne This is now ready for a review again. 🙏🏻
As discussed with @kianenigma, @PierreBesson and others, this pull request brings the ability to spin up a Codespace instance inside this repository. The PR has two components:
devContainer.json
: The setup instructions to initialize the instance withpostCreateCommand.sh
: A custom shell script to install the necessary dependencies for Substrate and the contracts node template on the Codespace instance that is invoked immediately after the instance is createdOnce this is merged, we can then include links for folks to create their own Codespace with the contracts node template using their own GitHub account similar to the way Rustlings does do.