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
- Host: GitHub
- URL: https://github.com/byteball/city-aa
- Owner: byteball
- Created: 2024-12-10T13:54:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T15:10:50.000Z (about 1 year ago)
- Last Synced: 2025-09-13T05:52:54.664Z (9 months ago)
- Language: JavaScript
- Homepage: https://city.obyte.org
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Governance: governance.oscript
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
```