From 6b58eaec735762d3f7391fcfb4a7cf0189de7fa1 Mon Sep 17 00:00:00 2001 From: Bryan Fullam Date: Fri, 12 Apr 2024 15:15:33 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1692755..b7c0338 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ To test ERC-6551 implementation: 3. Yarn deploy 4. Get funds from faucet for burner account 5. In "debug contracts" tab - 5a. select "MyNFT"
- 5b. safeMint to controlled address with tokenId set to 1
+
5a. select "MyNFT" +
5b. safeMint to controlled address with tokenId set to 1 6. In "home" tab (check console logs and block explorer for records of operations below) - 6a. Click "Fund TBA" to send 10 ETH from the Anvil default account to the Token Bound Account
- 6b. Click "Create Account" to register Token Bound Account in the Registry
- 6c. Click "Transfer ETH" to transfer 1 ETH back to the Anvil default account
+
6a. Click "Fund TBA" to send 10 ETH from the Anvil default account to the Token Bound Account +
6b. Click "Create Account" to register Token Bound Account in the Registry +
6c. Click "Transfer ETH" to transfer 1 ETH back to the Anvil default account # 🏗 Scaffold-ETH 2