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.
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.
- Node.js (v14 or later)
- npm (v6 or later)
- Clone the repository:
git clone https://github.com/CynthiaSystems/CynthiaToken.git
cd CynthiaToken
- Install dependencies:
npm install
Run the test suite:
npx hardhat test
To deploy the contract to a network:
- Set up your environment variables (see
.env.example
). - Run the deployment script:
npx hardhat run scripts/deploy.js --network <network-name>
The security of this contract has been analyzed and approved by Claude 3.5 Sonnet, an AI assistant created by Anthropic.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries, please reach out to us at cynthia@cynthiasystems.com.