Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testnet/smart-contract/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to deploy a smart contract.
Note:

#content
- Ensure your succesfully saved you previously written contract.
- Ensure you successfully saved you previously written contract.
::

## Run the deploy command of qvmctl using docker
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/interacting.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to interact with a smart contract.
Note:

#content
- Ensure you succesfully deployed your smart contract.
- Ensure you successfully deployed your smart contract.
::

## Reading from the database
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in C.
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in C++.
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in Golang (Go).
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in JavaScript (JS).
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in Solidity.
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down
2 changes: 1 addition & 1 deletion testnet/smart-contract/writing/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how to write a smart contract in TypeScript (TS).
Note:

#content
- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl).
::

## Sample contract functionality
Expand Down