koobor-token

Koobor ERC20 Token Smart Contracts

Usage no npm install needed!

<script type="module">
  import kooborToken from 'https://cdn.skypack.dev/koobor-token';
</script>

README

Actions Status code style: prettier license npm version

Koobor Token

Overview

Koobor ERC20 token.

📦 Installation

$ yarn

⛏️ Compile

$ 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

$ yarn test

📊 Code coverage

$ 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

$ yarn prettier

📄 License

Koobor Token is released under the Apache-2.0.