October 2020
Intermediate to advanced
352 pages
9h 51m
English
This chapter covers
Designing the directory structure and code elements of a Dapp
Developing Dapps using the Truffle suite
Connecting a Dapp front end to a smart contract
Managing accounts with the MetaMask-enabled browser
Deploying and testing an end-to-end Dapp
In the preceding chapters, you designed and developed the core component of a blockchain application: the smart contract. But the logic coded in a smart contract cannot act alone. You need user-facing applications that will trigger the smart contract functions and blockchain services. These applications invoke smart contract functions, which in turn verify, validate, and record the resulting transactions and data on the distributed ledger ...
Read now
Unlock full access