Skip to content

Commit

Permalink
Update GET_STARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt authored Oct 12, 2024
1 parent 3a8f670 commit fb43b65
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions GET_STARTED.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Step by Step Guide

1. Clone Repo: [email protected]: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: `[email protected]: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

0 comments on commit fb43b65

Please sign in to comment.