Skip to content

Releases: Louis-HK/SuryaToken

Initial Smart Contract Implementation

07 Aug 15:28
07b979c

Choose a tag to compare

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.

⚠️ Notes
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

04 Aug 11:00
d2fb41f

Choose a tag to compare

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

03 Aug 12:27
0839d0e

Choose a tag to compare

Initial draft of the SuryaToken whitepaper including executive summary, token economics model, architecture overview, and roadmap. Versioned as v0.1.