Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

CashScript/cashscript-playground-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository has been archived and got replaced by CashScript/cashscript-playground ⚠️

CashScript Playground

The CashScript Playground is a way to write CashScript contracts and immediately interact with them in the browser. It is inspired by Ethereum's Remix, but slightly less feature-rich.

In the left panel you can write CashScript contracts and comple them. After compiling, a form is generated to create a new instance of this CashScript contract. It will then display some information about the contract and generate new forms to call contract functions to send BCH transactions.

A live demo is available at https://playground.cashscript.org/.

Limitations

No special transaction options such as OP_RETURN or hardcoded fees are supported by the playground. The CashScript Playground is not meant to be the main solution to write and use CashScript contracts, but instead is is meant to be a quick and easy way to try it out.

The CashScript Playground is connected to the Bitcoin Cash mainnet by default, but keep in mind that this is experimental software and be sure to not send large amounts of money to contracts or wallets generated by the CashScript Playground!

Example

Example

Running locally

git clone [email protected]:rkalis/cashscript-playground.git
cd cashscript-playground
yarn
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published