Crates.io | warp-contracts |
lib.rs | warp-contracts |
version | 0.1.3 |
source | src |
created_at | 2023-03-10 20:54:54.529248 |
updated_at | 2023-03-27 07:08:24.474179 |
description | Warp WASM contract utils for rust contracts |
homepage | https://warp.cc |
repository | https://github.com/warp-contracts/warp |
max_upload_size | |
id | 806716 |
size | 10,586 |
warp-contracts
crate is an inherent part of Warp SDK. This library allows for smooth integration with Warp implementation of SmartWeave protocol.
Feature | Yes/No |
---|---|
Sandboxing | ✅ |
Foreign contract read | ✅ |
Foreign contract view | ✅ |
Foreign contract write | ✅ |
Arweave.utils | Soon |
Evolve | ✅ |
Logging from contract | ✅ |
Transaction data (1) | ✅ |
Block data (2) | ✅ |
Contract data (3) | ✅ |
Gas metering | ✅ |
Legend:
Soon
- the technology is already there, we just need to find some time to add the missing features :-)(1)
- access current transaction data (id, owner, etc.)(2)
- access current block data (indep_hash, height, timestamp)(3)
- access current contract data (id, owner)