diff --git a/docs/guide/execute-transaction.md b/docs/guide/execute-transaction.md index 66d8fd18a..d1004b8ec 100644 --- a/docs/guide/execute-transaction.md +++ b/docs/guide/execute-transaction.md @@ -302,6 +302,7 @@ Even though fee paid by alice is `0`, this transaction will pass because total f `deployer.executeTx` method supports signing and sending sdk transaction objects. To do this you will have to pass an [`TransactionAndSign`](https://algobuilder.dev/api/web/interfaces/types.TransactionAndSign.html) object which has following properties: + - `type`: type of transaction. - `sign`: signature [`types`](https://github.com/scale-it/algo-builder/blob/2bcef8f611b349dfb8dc3542ed2f0a129a0c405c/packages/web/src/types.ts#L117). diff --git a/infrastructure/README.md b/infrastructure/README.md index 2770070ad..54283fbaa 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -42,7 +42,7 @@ This is a guide to quickly start a local node using `algod` and make scripts. 1. Check the access token and network address. You will need them in your config file to correctly connect to a node. When using `make create-private-net` the script will set the network configuration (PrimaryNode/config.json) and token for you to match the `algob.config` used in all our examples. Don't expose the node externally - otherwise you will need to setup a firewall and generate a new token. You can see the network and a port by opening the following files: - cat node_data/PrimaryNode/algod.net + cat node_data/PrimaryNode/algod-listen.net cat node_data/PrimaryNode/algod.token 1. To start and stop the the chain use the following commands: @@ -96,7 +96,7 @@ _NOTE:_ Please make sure to have [Docker Compose](https://docs.docker.com/compos 6. `sandbox-clean` - Clean up the env by removing stopped container and unused images. -7. `sanbox-reset` - Reset the containers to their initial state. +7. `sandbox-reset` - Reset the containers to their initial state. **To be noted :**