@bnbagent/studio-cli 0.0.6-alpha.4 → 0.0.6-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @bnbagent/studio-cli
2
+
3
+ `bag` scaffolds, runs, and deploys BNB Chain seller agents using ERC-8004
4
+ identity, ERC-8183 commerce, and x402 payments.
5
+
6
+ ```bash
7
+ npm install --global @bnbagent/studio-cli
8
+ bag init my-seller
9
+ ```
10
+
11
+ ## Fund an ERC-8183 wallet on BSC testnet
12
+
13
+ ERC-8183 escrow is denominated in the 18-decimal testnet **U** token at
14
+ `0xc70B8741B8B07A6d61E54fd4B20f22Fa648E5565`. Testnet BNB (tBNB) pays gas;
15
+ it is not the escrow currency.
16
+
17
+ 1. Run `bag wallet show` and copy the wallet address.
18
+ 2. Claim ERC-8183 testnet U at
19
+ <https://united-coin-u.github.io/u-faucet/>.
20
+ 3. Get a little tBNB for gas from the
21
+ [BNB Chain testnet faucet](https://testnet.bnbchain.org/faucet-smart).
22
+ 4. Run `bag doctor` to verify both balances before buying paid work.
23
+
24
+ Do not substitute the 6-decimal B402/x402 testnet Mock U token. It belongs to a
25
+ different commerce rail. FREE ERC-8183 jobs do not escrow U, but still require
26
+ the configured gas or paymaster path for their state-changing calls.
@@ -10,7 +10,7 @@ import {
10
10
  twakVersionBelowFloor,
11
11
  twakWalletFile,
12
12
  whichTwak
13
- } from "./chunk-7RAKL4AS.js";
13
+ } from "./chunk-RO726HJG.js";
14
14
  export {
15
15
  TWAK_CLI_MIN_VERSION,
16
16
  TWAK_CLI_VERSION,