use-ink / ink-playground

Browser Based Playground for editing, sharing & compiling ink! Smart Contracts
https://ink-playground.substrate.io
Apache License 2.0
26 stars 17 forks source link

Integrate DRink! as deployment option #750

Open JoshOrndorff opened 1 year ago

JoshOrndorff commented 1 year ago

https://github.com/Cardinal-Cryptography/drink

It is a minimal contracts runtime that uses test externalities to run wasm contracts without the overhead of a blockchain node or datastructure.

ink playground could integrate this target to avoid running a full contracts node. This is analogous to the RemixVM that is available in remix.

image