Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.12 KB

File metadata and controls

49 lines (33 loc) · 1.12 KB

_# AjatusToken (AJT)

AjatusToken (AJT) is the utility token of the Ajatuskumppani ecosystem. It is used to reward contributors, unlock premium features, and participate in the governance of the network.

Features

  • ERC-20: A standard ERC-20 token on the Ethereum blockchain.
  • Proof-of-Contribution: Earn tokens by contributing compute resources to the network.
  • Staking: Stake your tokens to earn rewards and secure the network.
  • Governance: Use your tokens to vote on proposals and shape the future of the project.

Getting Started

Prerequisites

  • Node.js 18+
  • Yarn
  • Hardhat

Installation

  1. Clone the repository:
    git clone https://github.com/pinnacore-ai/ajatuskumppani.git
    cd ajatuskumppani/ajatus-token
  2. Install the dependencies:
    yarn install

Usage

To compile the contracts, use the following command:

yarn hardhat compile

To run the tests, use the following command:

yarn hardhat test

License

This project is licensed under the MIT License. See the LICENSE file for details.