Releases: Louis-HK/SuryaToken
Initial Smart Contract Implementation
This release introduces the first working version of the SuryaToken smart contract, designed to support token creation, basic transfers, and preparation for tokenomics simulation features.
✨ What’s Included
ERC20-compliant SuryaToken.sol
A customizable ERC20 token contract written in Solidity, including:
Token minting on deployment
Basic transfer and allowance mechanics
SafeMath protection (depending on Solidity version)
Readiness for extensions (e.g., burnable, pausable)
Project Structure Updates
Added /contracts/SuryaToken.sol
Updated README with installation and usage instructions
Cleaned up project dependencies
Build and Testing
Scripts for contract compilation and deployment
Example deployment script (deploy.py)
📚 Documentation
Make sure to read the LICENSE, DISCLAIMER, and CONTRIBUTING guidelines in the repository root.
This version is an experimental release for development and testing purposes only.
Do not use on mainnet or with real funds.
SuryaToken – Tokenomics Simulator v0.2
Changes in v0.2
- Finalized README with badges and detailed setup instructions.
- Added baseline and stress simulation outputs (CSV + charts).
- Linked simulation files directly from README.
- Structured legal and disclaimer documents in root directory.
Whitepaper draft & baseline tokenomics
Initial draft of the SuryaToken whitepaper including executive summary, token economics model, architecture overview, and roadmap. Versioned as v0.1.