# @reach-sh/simulator-client

> client for the Reach Simulator

Latest version **0.0.52** (published 2022-05-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @reach-sh/simulator-client
pnpm add @reach-sh/simulator-client
yarn add @reach-sh/simulator-client
bun add @reach-sh/simulator-client
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.52 |
| Published | 2022-05-24 |
| First published | 2021-12-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 26.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 578 |
| Author | reach.sh |
| Maintainers | jackcom, hamir, abuahchu, vmazzi, jeapostrophe, cswenor, danburton |

## Links

- npm: https://www.npmjs.com/package/@reach-sh/simulator-client
- Repository: https://github.com/reach-sh/reach-lang
- Homepage: https://github.com/reach-sh/reach-lang#readme
- Issues: https://github.com/reach-sh/reach-lang/issues
- npm.io page: https://npm.io/package/@reach-sh/simulator-client

## Dependencies (3)

- [net](https://npm.io/package/net.md) ^1.0.2
- [wait-port](https://npm.io/package/wait-port.md) 0.2.9
- [node-fetch](https://npm.io/package/node-fetch.md) 3.2.3

## Recent versions

- 0.0.52 (latest) — 2022-05-24
- 0.0.51 — 2022-05-12
- 0.0.50 — 2022-05-03
- 0.0.49 — 2022-05-03
- 0.0.48 — 2022-04-28
- 0.0.47 — 2022-04-26
- 0.0.46 — 2022-04-25
- 0.0.45 — 2022-04-22
- 0.0.44 — 2022-04-21
- 0.0.43 — 2022-04-20
- 0.0.42 — 2022-04-20
- 0.0.41 — 2022-04-20
- 0.0.40 — 2022-04-20
- 0.0.39 — 2022-04-20
- 0.0.38 — 2022-04-19
- … 38 more at https://npm.io/package/@reach-sh/simulator-client/versions

## README

# Have a question?

Let's talk. **[Start a GitHub Discussion](https://github.com/reach-sh/reach-lang/discussions)**

# Reach
[![CircleCI Build Status](https://circleci.com/gh/reach-sh/reach-lang.svg?style=shield)](https://circleci.com/gh/reach-sh/reach-lang) [![GitHub License](https://img.shields.io/github/license/reach-sh/reach-lang)](https://raw.githubusercontent.com/reach-sh/reach-lang/master/LICENSE) [![Docs](https://img.shields.io/badge/docs-delicious-blue)](http://docs.reach.sh) [![Discord](https://img.shields.io/discord/628402598663290882)](https://discord.com/channels/628402598663290882)  [![Twitter Follow](https://img.shields.io/twitter/follow/reachlang?style=social)](https://twitter.com/reachlang) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/reach_sh?style=social)](https://www.reddit.com/r/reach_sh)

We are building the next generation blockchain development platform that will completely transform the paradigm of decentralized application (DApp) development. DApps have enormous potential, but are impractical today because of barriers that have kept blockchain development risky and limited to specialists, like cryptographers. The Reach platform is a comprehensive environment that enables junior developers to build useful and safe DApps without years of experience and easily deploy them on a variety of different blockchain networks.

This repository is for the Reach language, the domain-specific language for trustworthy DApps used by the Reach platform.

Read the [documentation](https://docs.reach.sh).

# Development

If you want to work on the Reach compiler, you'll need:
- stack v2.7.5
- `z3`
- `solc`
- [`goal`](https://github.com/algorand/go-algorand) OR link [`goal-devnet`](https://github.com/reach-sh/reach-lang/blob/master/scripts/goal-devnet) to `goal` in your `PATH`
- `mo`

The versions of our dependencies are specified in [`DEPS`](https://github.com/reach-sh/reach-lang/blob/master/DEPS).

Installation on macOS:
```
$ brew tap ethereum/ethereum
$ brew install haskell-stack z3 solidity
$ curl -sSL https://git.io/get-mo -o mo && chmod +x mo && sudo mv mo /usr/local/bin/
```

Installation on Ubuntu:
```
$ sudo apt update
$ sudo apt install z3
$ sudo snap install solc
$ curl -sSL https://get.haskellstack.org/ | sh
$ curl -sSL https://git.io/get-mo -o mo && chmod +x mo && sudo mv mo /usr/local/bin/
```

These instructions may not install the exactly correct versions, and that may
matter. If it does, consult `hs/Dockerfile.reachc` to learn how to get specific
versions.

The source code is in the `hs` directory.

---
_Source: https://npm.io/package/@reach-sh/simulator-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
