Skip to content

Smart contract for the $CYNTHIA token, powering Cynthia Systems' AI-driven search services. This repository contains the Solidity contract, deployment scripts, and testing suite using Hardhat.

License

Notifications You must be signed in to change notification settings

cynthiasystems/CynthiaToken

Repository files navigation

CynthiaToken ($CYNTHIA)

This repository contains the smart contract for the $CYNTHIA token, the native cryptocurrency powering Cynthia Systems' AI-driven search services. $CYNTHIA is an ERC-20 compliant token deployed on the Ethereum blockchain.

CynthiaToken

Overview

The $CYNTHIA token is designed with a fixed supply of 100 million tokens, providing a predictable and transparent tokenomics model for our ecosystem. This repository includes the Solidity smart contract, deployment scripts, and a comprehensive test suite.

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation

  1. Clone the repository:
git clone https://github.com/CynthiaSystems/CynthiaToken.git
cd CynthiaToken
  1. Install dependencies:
npm install

Testing

Run the test suite:

npx hardhat test

Deployment

To deploy the contract to a network:

  1. Set up your environment variables (see .env.example).
  2. Run the deployment script:
npx hardhat run scripts/deploy.js --network <network-name>

Security

The security of this contract has been analyzed and approved by Claude 3.5 Sonnet, an AI assistant created by Anthropic.

License

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

Contact

For any inquiries, please reach out to us at cynthia@cynthiasystems.com.

About

Smart contract for the $CYNTHIA token, powering Cynthia Systems' AI-driven search services. This repository contains the Solidity contract, deployment scripts, and testing suite using Hardhat.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published