Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zkharit committed Aug 27, 2024
1 parent ce44fcc commit 2d0b71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd import && npm test
```

# Running Local Wallet Import/Export
Start the server. This command will run a simple static server on port 8080.
Start the server. This command will run a simple static server on port 3000.
```sh
npm start
```
Expand All @@ -55,7 +55,7 @@ Clone the `sdk` repo.
git clone [email protected]:tkhq/sdk.git
```

Follow the README.md for the `wallet-export` [example](https://github.com/tkhq/sdk/tree/main/examples/wallet-export). Set the `NEXT_PUBLIC_EXPORT_IFRAME_URL="http://localhost:3000/"` in the example's environment variables configuration. The `wallet-export` example embeds this page as an iframe.
Follow the README.md for the `wallet-export` [example](https://github.com/tkhq/sdk/tree/main/examples/wallet-export). Set the `NEXT_PUBLIC_EXPORT_IFRAME_URL="http://localhost:3000/index.template"` in the example's environment variables configuration. The `wallet-export` example embeds this page as an iframe.
```sh
cd sdk/examples/wallet-export
```
Expand Down

0 comments on commit 2d0b71b

Please sign in to comment.