-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |