Skip to content

Commit b130355

Browse files
committed
Fix optIn order
1 parent db7a352 commit b130355

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/based-applications/developers/bapp-example.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,12 @@ After deploying the contract, call the `registerBapp` function with:
369369
After registering the bApp, you need to create and configure a strategy:
370370

371371
1. Create a new strategy with the desired tokens
372-
2. Set the data field to be an encoded address of the signer. For example:
372+
2. Opt into the bApp with this strategy and set the data field to be an encoded address of the signer.
373+
374+
For example:
373375
```solidity
374376
0x000000000000000000000000ac5a7ce31843e737cd38938a8efdec0be5e728b4
375377
```
376-
3. Opt into the bApp with this strategy
377378

378379
Once the strategy is opted in, it can be used with the bApp and process tasks using the client.
379380

@@ -400,8 +401,6 @@ BAPP_ADDRESS="0xBb00B761d0670f09d80fe176a2b0fB33e91fbCe9"
400401
PRIVATE_KEY_1="0x00000000000000000000000000000000000000"
401402
```
402403

403-
## Usage
404-
405404
Run the client with your private key and strategy. You can pass the private key in two ways:
406405

407406
1. Directly in the command:

0 commit comments

Comments
 (0)