Creating Contract Clients
Once we have a contract definition, we can create a client contract. Creating a client contract in Griptape is simply using the createContractClient
function and pass in the following data:
Now you can do:
Now you are able to interact with contracts!
Last updated