August 2019
Intermediate to advanced
486 pages
13h 52m
English
The following are the tools and libraries we are going to use in this chapter:
In the Truffle project itself, we will need some npm packages to be installed, which will be required when writing test cases:
The source code related to this chapter can be found on GitHub at https://github.com/PacktPublishing/Mastering-Blockchain-Programming-with-Solidity/tree/master/Chapter12 ...