-
Install Docker
-
Install Visual Studio Code
-
Install "Remote Development" extension
-
Click on the "Reopen in Container" button when opening the repo.
-
This step is critical as all the code and updates should run into the code directory.
cd code
- Update all the dependencies required by Plutus.
cabal update
- 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.
-
cabal test all
-
Build and load the browser extension
cd code/Draft/off-chain/extension
npm install
npm run start
# Load the build folder into chrome://extensions
-
node permission denied: Run
chown -R root:root .
-
npm: cannot find module bootloader Disable autto-atach debugging