swiftsc-runtime

Crates.ioswiftsc-runtime
lib.rsswiftsc-runtime
version1.0.3
created_at2025-12-30 19:51:15.428271+00
updated_at2026-01-06 16:49:58.989804+00
descriptionRuntime library for SwiftSC-Lang smart contracts
homepage
repositoryhttps://github.com/swiftsc-lang/swiftsc-runtime
max_upload_size
id2013208
size22,845
Charles Bronzon (BronzonTech-Cloud)

documentation

README

⚡ SwiftSC Runtime

Version

The execution environment and host interface for SwiftSC smart contracts.

🚀 Features

  • Host Functions: Interfaces for storage, gas metering, and cryptography.
  • Simulator: Local execution environment for rapid contract testing.
  • WASM Integration: Seamless bridge between host and guest environments.

🛠️ Developer Usage

swiftsc-runtime is available as a Rust library for developers building custom execution environments or tools.

cargo add swiftsc-runtime

🤝 Contributing

See CONTRIBUTING.md for details.

📄 License

MIT

Commit count: 13

cargo fmt