In previous chapters, you learned the basics of smart contracts and how to deploy them onto the blockchain. So far, all interactions with smart contracts have been through the Remix IDE. While the Remix IDE provides an easy way for developers to test their smart contracts, it is not suitable for use by end users. To allow end users to interact with your smart contracts, you need to build front end that hides the complexity of interacting with the smart contracts in the back end. For this purpose, ...
8. Using the web3.js APIs
Get Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.