Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 858 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 858 Bytes
  1. Install Docker

  2. Install Visual Studio Code

  3. Install "Remote Development" extension

  4. Click on the "Reopen in Container" button when opening the repo.

  5. This step is critical as all the code and updates should run into the code directory.

cd code
  1. Update all the dependencies required by Plutus.
cabal update
  1. Build all the dependencies required by Plutus.
cabal build all

After successfully running this command, you will see the system prompt back with no errors.

  1. cabal test all

  2. Build and load the browser extension

cd code/Draft/off-chain/extension

npm install

npm run start

# Load the build folder into chrome://extensions

Common Issues

  • node permission denied: Run chown -R root:root .

  • npm: cannot find module bootloader Disable autto-atach debugging