Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Token Freeze

A Soroban smart contract built with Rust on the Stellar blockchain that implements a simple token system with account freezing functionality.

Features

  • Mint tokens to an account
  • Check account balances
  • Transfer tokens between accounts
  • Freeze an account
  • Unfreeze an account
  • Prevent transfers from frozen accounts

Deployment

Network: Stellar Testnet

Contract Address

CCOH3Z35ELKDXQ4PAMYH3S3T6K7R3IC7HJBUDF6AVXN5H4XPJ6VZZXFX

Contract Explorer

https://lab.stellar.org/r/testnet/contract/CCOH3Z35ELKDXQ4PAMYH3S3T6K7R3IC7HJBUDF6AVXN5H4XPJ6VZZXFX

Tech Stack

  • Rust
  • Soroban SDK
  • Stellar CLI
  • Stellar Testnet
  • WebAssembly (WASM)

Build

cargo build --target wasm32v1-none --release

Deploy

stellar contract deploy --source-account alice --network testnet --wasm target/wasm32v1-none/release/stellar_token_freeze.wasm

Repository

GitHub: https://github.com/ArvinFarrelP/stellar-token-freeze

Author

Arvin Farrel Pramuditya