remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/remix-lib
yann300 1995e0e9b9
Update web3.js version
7 years ago
..
src do not poll in this version of execution context 7 years ago
test refactor compilerInput && update change on legacy features 7 years ago
README.md Divided documentation 7 years ago
index.js move execution txListener to Remix-Lib 7 years ago
package.json Update web3.js version 7 years ago

README.md

remix-lib

Provides:

{
    EventManager: EventManager,
    helpers: {
        trace: traceHelper,
        ui: uiHelper
    },
    vm: {
        Web3Providers: Web3Providers,
        DummyProvider: DummyProvider,
        Web3VMProvider: Web3VMProvider
    },
    SourceMappingDecoder: SourceMappingDecoder,
    SourceLocationTracker: SourceLocationTracker,
    init: init,
    util: util,
    AstWalker: AstWalker,
    global: global,
    ui: {
        styleGuide: styleGuide
    }
    }
}