Install the Ionic CLI
Before proceeding, make sure your computer has Node.js installed. See these instructions to set up an environment for Ionic.
Install the Ionic CLI with npm:
npm install -g @ionic/cliRun the PWA:
cd quake-vault
ionic serveFirst install the requirements:
cd src/smartcontract/lib
git clone https://github.com/OpenZeppelin/openzeppelin-contracts.git
git clone https://github.com/smartcontractkit/chainlink.git
curl -L https://foundry.paradigm.xyz | bash
foundryup
forge install foundry-rs/forge-stdStore your Rinkeby RPC url in the variable ETH_RINKEBY_RPC. Run tests with:
forge test --fork-url $ETH_RINKEBY_RPC -vvvv