nx run foundry-example:install --args='-- package=dapphub/ds-test'
curl -L https://foundry.paradigm.xyz | bash # install foundryup binary
foundryup # install Foundry
Create .env with env.sample and get the appropriate values. The private key can be taken from an existing Anvil account.
Run local node with Anvil with the below command
anvil
Deploy contracts locally to test
nx run govrn-contract:deployLocal