January 2020
Intermediate to advanced
530 pages
11h 11m
English
This method is called for initiating transfers through the MetaMask wallet of the customer directly to the merchant address, as shown here:
MMaskTransfer = (MRAddress,amount) => { let app = this; if (window.ethereum) { const ethereum = window.ethereum; this.web3 = new Web3(ethereum);
The following list shows exactly what this method does:
Read now
Unlock full access