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,
February 5, 2019
Leave a Reply