Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 334 Bytes

File metadata and controls

26 lines (17 loc) · 334 Bytes

cellscript.io

Here is the website for Cell Script, a smart contract programming language for UTXO/CKB chains.

How to build?

Install packages

npm install

Run dev

npm run dev

Build

npm run build

Special thanks

Thanks to @SpectreMercury for his contributions.