# marketplace-ui

> Decentraland's Marketplace

Latest version **0.5.0** (published 2021-08-30) · 0 weekly downloads

## Install

```sh
npm install marketplace-ui
pnpm add marketplace-ui
yarn add marketplace-ui
bun add marketplace-ui
```

## 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.5.0 |
| Published | 2021-08-30 |
| First published | 2021-08-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 25 |
| Unpacked size | 4.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | huntingocean |

## Links

- npm: https://www.npmjs.com/package/marketplace-ui
- npm.io page: https://npm.io/package/marketplace-ui

## Dependencies (25)

- [bn.js](https://npm.io/package/bn.js.md) ^5.2.0
- [react](https://npm.io/package/react.md) ^17.0.2
- [redux](https://npm.io/package/redux.md) ^4.1.1
- [dotenv](https://npm.io/package/dotenv.md) ^10.0.0
- [graphql](https://npm.io/package/graphql.md) ^14.7.0
- [history](https://npm.io/package/history.md) ^4.10.1
- [date-fns](https://npm.io/package/date-fns.md) ^2.23.0
- [reselect](https://npm.io/package/reselect.md) ^4.0.0
- [web3x-es](https://npm.io/package/web3x-es.md) ^4.0.6
- [react-dom](https://npm.io/package/react-dom.md) ^17.0.2
- [classnames](https://npm.io/package/classnames.md) ^2.3.1
- [redux-saga](https://npm.io/package/redux-saga.md) ^1.1.3
- [react-redux](https://npm.io/package/react-redux.md) ^7.2.4
- [@dcl/schemas](https://npm.io/package/@dcl/schemas.md) ^1.5.1
- [apollo-boost](https://npm.io/package/apollo-boost.md) ^0.4.7
- [redux-logger](https://npm.io/package/redux-logger.md) ^3.0.6
- [react-scripts](https://npm.io/package/react-scripts.md) ^4.0.3
- [huntingocean-ui](https://npm.io/package/huntingocean-ui.md) ^0.1.0
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^5.2.0
- [typesafe-actions](https://npm.io/package/typesafe-actions.md) ^5.1.0
- [react-lazy-images](https://npm.io/package/react-lazy-images.md) ^1.1.0
- [decentraland-dapps](https://npm.io/package/decentraland-dapps.md) ^12.17.1
- [connected-react-router](https://npm.io/package/connected-react-router.md) ^6.9.1
- [react-copy-to-clipboard](https://npm.io/package/react-copy-to-clipboard.md) ^5.0.2
- [decentraland-transactions](https://npm.io/package/decentraland-transactions.md) ^1.22.2

## Recent versions

- 0.5.0 (latest) — 2021-08-30

## README

# Marketplace Frontend

Decentraland's Marketplace

## Setup

0. Fill environment variables

```
$ mv .env.example .env
$ vi .env
```

1. Install dependencies

```
$ npm install
```

2. Run development server

```
$ npm start
```

3. Build for production

```
$ npm run build
```

## Generate TypeScript interfaces for contracts

If you want to regenerate the contract typings in `webapp/src/contract` do the following:

```
npx web3x-codegen
```

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