koobor-token
Version:
Koobor ERC20 Token Smart Contracts
56 lines (35 loc) • 1.33 kB
Markdown
[](https://github.com/abdelhamidbakhta/koobor-token/actions)
[](https://github.com/prettier/prettier)
[](https://opensource.org/licenses/Apache-2.0)
[](https://badge.fury.io/js/koobor-token)
# Koobor Token
## Overview
Koobor ERC20 token.
### 📦 Installation
```console
$ yarn
```
### ⛏️ Compile
```console
$ yarn compile
```
This task will compile all smart contracts in the `contracts` directory.
ABI files will be automatically exported in `build/abi` directory.
### 📚 Documentation
Documentation is auto-generated after each build in `docs` directory.
The generated output is a static website containing smart contract documentation.
### 🌡️ Testing
```console
$ yarn test
```
### 📊 Code coverage
```console
$ yarn coverage
```
The report will be printed in the console and a static website containing full report will be generated in `coverage` directory.
### ✨ Code style
```console
$ yarn prettier
```
## 📄 License
**Koobor Token** is released under the [Apache-2.0](LICENSE).