Skip to content

Commit

Permalink
Added link to abi converter.
Browse files Browse the repository at this point in the history
Added link to abi converter.
  • Loading branch information
JAlbertCode committed Dec 19, 2024
1 parent 1b3cbd2 commit 38e0233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2.6/9_sample-scripts-and-chain-interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Sample Scripts & Chain Interactions
# Sample Scripts & Chain Interactions

## Reading and writing to the blockchain
The fastest and most convenient way to do any blockchain interaction would be to first generate the C# class from the contracts ABI, which is described in the section above.
The fastest and most convenient way to do any blockchain interaction would be to first generate the [C# class from the contracts ABI](/current/abi-to-csharp-converter).

```csharp
public class CustomContractSample : MonoBehaviour
Expand Down

0 comments on commit 38e0233

Please sign in to comment.