# near-runtime-ts

![Build Status](https://gitlab.com/near-protocol/near-runtime-ts/badges/master/pipeline.svg)

Typescript library for writing near smart contracts

## Generate documentation

API docs are produced using typedoc. To run, first install dependencies:

```
yarn
```

After installing dependencies, run

```
yarn doc
```

## Run tests

yarn test
