CosmWasm / storey

Experimental storage abstractions for blockchain key-value stores
Apache License 2.0
5 stars 1 forks source link

Research support for cross-contract queries #42

Open uint opened 5 months ago

uint commented 5 months ago

@dakom raised this one.

The point is to avoid having to pull out the foreign contract for smart queries (very costly), and instead access the foreign contract's storage directly. Can we make this easy somehow?