diff --git a/README.md b/README.md index add3d9d..eff0287 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,17 @@ const provider = await web3Modal.connect(); const web3 = new Web3(provider); ``` + +## Instructions + +1. Install dependencies + +```bash +$ npm install +``` + +2. Run + +```bash +$ npm start +```