我正在尝试运行一个 html 网页,它将信息加载到 Ganache 区块链中。当我使用命令node app.js运行时,我有一个 app.js 文件。但是,当我尝试在 html 页面上运行 app.js 时,底部的 html 页面会停止加载。
它似乎发生在我使用 Buffer 命令时,例如
const privateKey1 = Buffer.from('d39f96797d2e190eaf3d2c0ecfca1446178b21e83cb23222621761d2cf44ba7c', 'hex')
有谁知道如何将私钥传递到 app.js 文件中,因为 Buffer 可能仅限于 node.js?
ps 私钥是用 Ganache 创建的测试