我有一些错误如下;
Uncaught ReferenceError: Marionette is not defined
我正在使用下面的files(main.ts->config, app.ts-> first class of the app)与使用grunt手表(类型记录编译与-模块amd)。我的问题是关于我的错误问题,如何导入Marionette (modules/marionette.d.ts)以便我可以使用Marionette.Application();并配置我的应用程序?
main.ts;
// Require JS all the things
/// <
简介:我正在尝试创建一个网络应用程序,在那里我可以从我的个人帐户发送一些令牌到另一个。我找到了一种可能的方法,通过以下方式使用ethers.js来实现我的目标:
// connect to metamask
let provider = new ethers.providers.Web3Provider(window.ethereum)
// define who signs the contract
const signer = new ethers.Wallet(your_private_key_string, provider);
// token infos
const token