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/libs/remix-lib
yann300 008a557fe1
Make sure the address is checksumed
4 years ago
..
src Make sure the address is checksumed 4 years ago
test move classes from remix-lib to remix-debug 4 years ago
.eslintrc remix lib linting done 4 years ago
.npmignore moved libs into libs dir 4 years ago
README.md moved libs into libs dir 4 years ago
index.js move classes from remix-lib to remix-debug 4 years ago
package.json file ext correctioon 4 years ago
tsconfig.lib.json remix-lib build done 4 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,
    ui: {
        styleGuide: styleGuide
    }
}