Sybil
Sybil
you need to modify webpack.base.conf.js file: add "_" { test: /\.js$/, loader: 'babel-loader', include: projectRoot, // /node_modules\/(?!vue-bulma-.*)/ exclude: [new RegExp(`node_modules\\${path.sep}(?!_vue-bulma-.*)`)] },
Unable to execute get method. Got exit_code: 9 64 | 65 | async getCounter(provider: ContractProvider) { > 66 | const stack = (await provider.get("counter", [])).stack; | ^ 67 | return...
there are no "eth_sendTransaction","eth_sign",so how to send a transaction? implemented by myself?