Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 778 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 778 Bytes

0x

Remote docker container

  1. To get started first install Docker, VS Code, and the Remote Development Extension.
  2. Change directory to the 0x folder and open in VSCode code ..
  3. 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 for Remote Containers: Reopen in Container.
  4. Does your VSCode window now have an terminal with the prefix node ➜ /workspaces/0x (main) $ open? Great you did it!

Hardhat

The hardhat environment is located at hardhat_env. You can test that it's working properly by running npx hardhat test.

Rust

The rust playground is located at rust_playground.