- To get started first install Docker, VS Code, and the Remote Development Extension.
- Change directory to the
0xfolder and open in VSCodecode .. - On the bottom right a VSCode pop-up should appear with a prompt to "Reopen in Container". If not, open the VSCode command palette with
Shift+Command+Pand search forRemote Containers: Reopen in Container. - Does your VSCode window now have an terminal with the prefix
node ➜ /workspaces/0x (main) $open? Great you did it!
The hardhat environment is located at hardhat_env. You can test that it's working properly by running npx hardhat test.
The rust playground is located at rust_playground.