Skip to content

blockchain project #513

@bhenzdev

Description

@bhenzdev

This commit adds the first version of the Solantra Coin smart contract on the Solana blockchain.

Features included:

  • Minting new tokens
  • Burning tokens
  • Basic token transfer functionality
  • Token metadata setup

Instructions:

  1. Install Solana CLI and Rust (for Solana smart contract development)
  2. Deploy contract using: solana program deploy target/deploy/solantra_coin.so
  3. Interact with the contract using the provided scripts in /scripts

Notes:

  • This is an initial version; security audits are pending.
  • Future updates will include staking, rewards, and liquidity integration.

Repository structure:

  • /contracts → Rust smart contract files
  • /scripts → Deployment and interaction scripts
  • README.md → Project description and instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions