An open API service indexing awesome lists of open source software.

https://github.com/byteball/city-aa

Obyte City AA https://city.obyte.org
https://github.com/byteball/city-aa

Last synced: 3 months ago
JSON representation

Obyte City AA https://city.obyte.org

Awesome Lists containing this project

README

          

# City AA

AA oscript:

```bash
./city.oscript
```

Test file:

```bash
./test/city.test.oscript.js
```

## Usage

### Run test

```bash
npm run test
# or
yarn test
```

### Lint test files

```bash
npm run lint
# or
yarn lint
```