Using Truffle-contract to communicate with smart contracts

Julien Klepatch

In this video, I will introduce you Truffle-Contract, a library that is used by Truffle to communicate with smart contracts. When you use test smart contract with Truffle, that’s the library that is used by default by Truffle for your interactions with smart contracts (deployment, transaction and call). You can also use Web3 if you prefer of course, but it’s important to also understand how Truffle-Contract work, and what are the differences the Truffle testing framework,

0 Comments

Leave a Reply

More great articles

DAO – Part I

In this new series of videos, we are going to build a DAO (Decentralized Autonomous Organization) smart contract. The DAO…

Read Story

Remix debugger – Advanced

In this video I will show you some advanced features of the Remix Debugger like: stepping over functions breakpoints These…

Read Story

Inspect storage with calls & return statements

In Solidity, you can return some values from functions, like in other programming languages. Its also possible to use these…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up