warp-contracts

Crates.iowarp-contracts
lib.rswarp-contracts
version0.1.3
sourcesrc
created_at2023-03-10 20:54:54.529248
updated_at2023-03-27 07:08:24.474179
descriptionWarp WASM contract utils for rust contracts
homepagehttps://warp.cc
repositoryhttps://github.com/warp-contracts/warp
max_upload_size
id806716
size10,586
Robert Piszczatowski (rpiszczatowski)

documentation

https://docs.warp.cc/docs/sdk/advanced/wasm

README

Warp contracts

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)
Commit count: 819

cargo fmt