# remix-lib

> Ethereum IDE and tools for the web

Latest version **0.4.30** (published 2020-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install remix-lib
pnpm add remix-lib
yarn add remix-lib
bun add remix-lib
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.30 |
| Published | 2020-06-26 |
| First published | 2017-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 176.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1168 |
| Author | cpp-ethereum team |
| Maintainers | aniket-engg, grandschtroumpf, iurimatias, lianahus, yann300 |

## Links

- npm: https://www.npmjs.com/package/remix-lib
- Repository: https://github.com/ethereum/remix
- Homepage: https://github.com/ethereum/remix#readme
- Issues: https://github.com/ethereum/remix/issues
- npm.io page: https://npm.io/package/remix-lib

## Dependencies (9)

- [solc](https://npm.io/package/solc.md) ^0.6.0
- [web3](https://npm.io/package/web3.md) ^1.2.4
- [async](https://npm.io/package/async.md) ^2.1.2
- [ethers](https://npm.io/package/ethers.md) ^4.0.40
- [events](https://npm.io/package/events.md) ^3.0.0
- [ethereumjs-tx](https://npm.io/package/ethereumjs-tx.md) ^2.1.2
- [ethereumjs-vm](https://npm.io/package/ethereumjs-vm.md) 4.1.3
- [ethereumjs-util](https://npm.io/package/ethereumjs-util.md) ^6.2.0
- [ethereumjs-block](https://npm.io/package/ethereumjs-block.md) ^2.2.2

## Recent versions

- 0.4.30 (latest) — 2020-06-26
- 0.4.28 (Dev2742) — 2020-04-25
- 0.4.27 (dev2742) — 2020-04-24
- 0.4.29 — 2020-04-28
- 0.4.25-alpha.dev2742-2 — 2020-04-27
- 0.4.26 — 2020-04-23
- 0.4.25 — 2020-04-23
- 0.4.24 — 2020-03-31
- 0.4.23 — 2020-02-21
- 0.4.22 — 2020-01-29
- 0.4.21 — 2020-01-28
- 0.4.20 — 2020-01-28
- 0.4.19 — 2020-01-10
- 0.4.18 — 2019-12-23
- 0.4.17 — 2019-12-10
- … 66 more at https://npm.io/package/remix-lib/versions

## README

# `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
        }
    }

---
_Source: https://npm.io/package/remix-lib · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
