# @remixproject/plugin-api

> This library host all the API of the common plugins.

Latest version **0.3.38** (published 2023-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @remixproject/plugin-api
pnpm add @remixproject/plugin-api
yarn add @remixproject/plugin-api
bun add @remixproject/plugin-api
```

## Health

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

Positive: has types; no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.3.38 |
| Published | 2023-06-26 |
| First published | 2020-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 63.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 188 |
| Author | GrandSchtroumpf |
| Maintainers | grandschtroumpf, yann300, lianahus, aniket-engg, bunsenstraat, ioedeveloper |

## Links

- npm: https://www.npmjs.com/package/@remixproject/plugin-api
- Repository: https://github.com/ethereum/remix-plugin
- Homepage: https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme
- Issues: https://github.com/ethereum/remix-plugin/issues
- npm.io page: https://npm.io/package/@remixproject/plugin-api

## Dependencies (1)

- [@remixproject/plugin-utils](https://npm.io/package/@remixproject/plugin-utils.md) 0.3.38

## Recent versions

- 0.3.38 (latest) — 2023-06-26
- 0.3.44 (next) — 2024-12-19
- 0.3.11-alpha.5 (canary) — 2021-04-01
- 0.3.43 — 2024-03-06
- 0.3.42 — 2023-12-09
- 0.3.41 — 2023-12-09
- 0.3.40 — 2023-12-08
- 0.3.39 — 2023-12-08
- 0.3.37 — 2023-06-07
- 0.3.36 — 2023-06-07
- 0.3.35 — 2023-06-07
- 0.3.34 — 2023-06-02
- 0.3.33 — 2023-02-14
- 0.3.32-alpha — 2023-02-13
- 0.3.31 — 2022-07-11
- … 77 more at https://npm.io/package/@remixproject/plugin-api/versions

## README

# plugin-api

This library host all the API of the common plugins.

Here is the list of native plugins exposed by Remix IDE

_Click on the name of the api to get the full documentation._


|API            |Name                                 |Description |
|---------------|-------------------------------------|------------|
|File System    |[fileManager](./doc/file-system.md)  |Manages the File System
|Compiler       |[solidity](./doc/solidity.md)        |The solidity Compiler
|Editor         |[editor](./doc/editor.md)            |Enables highlighting in the code Editor
|Network        |[network](./doc/network.md)          |Defines the network (mainnet, ropsten, ...) and provider (web3, vm, injected) used
|Udapp          |[udapp](./doc/udapp.md)              |Transaction listener
|Unit Testing   |[solidityUnitTesting](./doc/unit-testing.md) |Unit testing library in solidity
|Settings       |[settings](./doc/settings.md)        |Global settings of the IDE
|Content Import |[contentImport](./doc/content-import.md) |Import files from  github, swarm, ipfs, http or https.
|Terminal       |[terminal](./doc/terminal.md)        |Log to the terminal

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