11.0.1 • Published 3 years ago

@0x/mesh-browser-lite v11.0.1

Weekly downloads
330
License
Apache-2.0
Repository
-
Last release
3 years ago

@0x/mesh-browser-lite

This packages provides a set of Typescript and Javascript bindings for running a 0x-mesh node in the browser. The browser node's Wasm binary is not bundled in this package and is instead expected to be served by the consumer of the package. This package has a smaller bundle size than the @0x/mesh-browser package and may have faster load times.

Installation

yarn add @0x/mesh-browser-lite

If your project is in TypeScript, add the following to your tsconfig.json:

"compilerOptions": {
    "typeRoots": ["node_modules/@types"],
}

Contributing

If you would like to contribute bug fixes or new features to the client, checkout the 0xproject/0x-mesh project and use the below commands to install the dependencies, build, lint and test your changes.

Install dependencies

yarn install

Build

yarn build

Lint

yarn lint
11.0.1

3 years ago

11.0.0

3 years ago

10.1.0

4 years ago

10.0.0

4 years ago

9.4.2

4 years ago

9.4.1

4 years ago

10.0.0-beta-3

4 years ago

10.0.0-unstable

4 years ago

9.4.0

4 years ago

9.3.0

4 years ago

9.2.1

4 years ago

9.2.0

4 years ago

9.1.0

4 years ago