CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
115 stars 80 forks source link

Online playground #73

Closed rkalis closed 4 years ago

rkalis commented 4 years ago

It would be great to have some online playground similar to Ethereum's Remix IDE where you can write a contract on one side, then compile/instantiate and interact with it on another side.

rkalis commented 4 years ago

For the BCH Devcon last weekend I implemented a first go at this. It's live at https://playground.cashscript.org. I'll be working on more features and integrating it more into the cashscript website later, but I consider this issue done.