diff --git a/GET_STARTED.md b/GET_STARTED.md index 9a5c163..6e29ea5 100644 --- a/GET_STARTED.md +++ b/GET_STARTED.md @@ -1,26 +1,26 @@ # Step by Step Guide -1. Clone Repo: git@github.com:bobanetwork/aa-hc-example.git -2. Install Submodules: git submodule update —init —recursive -3. Ensure these dependencies are installed on your host system: https://docs.boba.network/#dependencies -4. Install Root dependencies: pnpm install -5. Deploy: pnpm start:local -6. docker-compose -f docker-compose.local.yml up —build -7. Access http://localhost:8001/ +1. Clone Repo: `git@github.com:bobanetwork/aa-hc-example.git` +2. Install Submodules: `git submodule update —init —recursive` +3. Ensure these dependencies are installed on your host system: [docs.boba.network/#dependencies](https://docs.boba.network/#dependencies) +4. Install Root dependencies: `pnpm install` +5. Deploy: `pnpm start:local` +6. `docker-compose -f docker-compose.local.yml up —build` +7. Access [localhost:8001](http://localhost:8001/) ◦ You might need to wait a couple of seconds, as package is still running 8. Once site is reachable click on „Connect To Boba Sepolia“ ◦ This will connect to your local chain 9. Once Installation Complete was hit, click on „Create Account“ and enter - ◦ Private Key: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 - ◦ Salt (optional): 123456789 + ◦ Exemplary Private Key: `0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80` + ◦ Salt (optional): `123456789` 10. Your new account is created. In order to use it, it needs to have funds. Use the above private key and send funds into the account. 11. Once funded, in the „Transfer Funds“ container, select: ◦ Select Token: ETH - ◦ Transfer To Account: << Your new account >> + ◦ Transfer To Account: `<< Your new account >>` ◦ Token Amount: 0.1 12. Click on Transfer & Accept the User Op. 13. You can now test the Hybrid Compute functionality - ◦ Access: http://localhost:8000/ - ◦ Make sure your << Your new account >> is selected + ◦ Access: [localhost:8000](http://localhost:8000/) + ◦ Make sure your `<< Your new account >>` is selected ◦ Click: „Fetch price via HybridCompute“ 14. The ETH price should now appear