You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_python/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ Run the following commands within the project folder:
35
35
#### Terminal
36
36
Directly manage and interact with your project using AlgoKit commands:
37
37
38
-
1.**Build Contracts**: `algokit project run build` compiles all smart contracts.
39
-
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network.
38
+
1.**Build Contracts**: `algokit project run build` compiles all smart contracts. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
39
+
For example: `algokit project run build -- hello_world` will only build the `hello_world` contract.
40
+
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
41
+
For example: `algokit project deploy localnet -- hello_world` will only deploy the `hello_world` contract.
40
42
41
43
#### VS Code
42
44
For a seamless experience with breakpoint debugging and other features:
Copy file name to clipboardexpand all lines: examples/generators/production_python_smart_contract_typescript/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ Run the following commands within the project folder:
35
35
#### Terminal
36
36
Directly manage and interact with your project using AlgoKit commands:
37
37
38
-
1.**Build Contracts**: `algokit project run build` compiles all smart contracts.
39
-
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network.
38
+
1.**Build Contracts**: `algokit project run build` compiles all smart contracts. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
39
+
For example: `algokit project run build -- hello_world` will only build the `hello_world` contract.
40
+
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
41
+
For example: `algokit project deploy localnet -- hello_world` will only deploy the `hello_world` contract.
40
42
41
43
#### VS Code
42
44
For a seamless experience with breakpoint debugging and other features:
Copy file name to clipboardexpand all lines: examples/generators/starter_python_smart_contract_python/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ Run the following commands within the project folder:
35
35
#### Terminal
36
36
Directly manage and interact with your project using AlgoKit commands:
37
37
38
-
1.**Build Contracts**: `algokit project run build` compiles all smart contracts.
39
-
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network.
38
+
1.**Build Contracts**: `algokit project run build` compiles all smart contracts. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
39
+
For example: `algokit project run build -- hello_world` will only build the `hello_world` contract.
40
+
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
41
+
For example: `algokit project deploy localnet -- hello_world` will only deploy the `hello_world` contract.
40
42
41
43
#### VS Code
42
44
For a seamless experience with breakpoint debugging and other features:
Copy file name to clipboardexpand all lines: examples/generators/starter_python_smart_contract_typescript/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ Run the following commands within the project folder:
35
35
#### Terminal
36
36
Directly manage and interact with your project using AlgoKit commands:
37
37
38
-
1.**Build Contracts**: `algokit project run build` compiles all smart contracts.
39
-
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network.
38
+
1.**Build Contracts**: `algokit project run build` compiles all smart contracts. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
39
+
For example: `algokit project run build -- hello_world` will only build the `hello_world` contract.
40
+
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
41
+
For example: `algokit project deploy localnet -- hello_world` will only deploy the `hello_world` contract.
40
42
41
43
#### VS Code
42
44
For a seamless experience with breakpoint debugging and other features:
Copy file name to clipboardexpand all lines: examples/production_python/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ Run the following commands within the project folder:
35
35
#### Terminal
36
36
Directly manage and interact with your project using AlgoKit commands:
37
37
38
-
1.**Build Contracts**: `algokit project run build` compiles all smart contracts.
39
-
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network.
38
+
1.**Build Contracts**: `algokit project run build` compiles all smart contracts. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
39
+
For example: `algokit project run build -- hello_world` will only build the `hello_world` contract.
40
+
2.**Deploy**: Use `algokit project deploy localnet` to deploy contracts to the local network. You can also specify a specific contract by passing the name of the contract folder as an extra argument.
41
+
For example: `algokit project deploy localnet -- hello_world` will only deploy the `hello_world` contract.
40
42
41
43
#### VS Code
42
44
For a seamless experience with breakpoint debugging and other features:
0 commit comments