Ethereum IDE and tools for the web: https://remix.ethereum.org/. Caution: there are video tutorials going around that provide other urls, and could be scams.
Worker error: Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://binaries.soliditylang.org/wasm/soljson-v0.8.16+commit.07a7930e.js' failed to load.
Hello, can someone please explain how to obtain CompilationResult, needed for the run call of remix-analyzer?
const remixAnalyzer = new staticAnalysisRunner();
const analysisReport = await remixAnalyzer.run(...CompilationResult...???));
https://github.com/ethereum/remix-project/blob/master/libs/remix-analyzer/src/types.ts#L59
CompilationResult
object needed above?
This contract may be abstract, it may not implement an abstract parent's methods completely or it may not invoke an inherited contract's constructor correctly.
@Danie-cyber222 this means you are inheriting a contract and some of the function are still virtual... you need to implement them
I have created one new issue on github repo and also commented on an old one. Please look into those.
ethereum/remix-project#3324 (new issue)
ethereum/remix-project#2529 (old issue)