Skip to content

Commit

Permalink
Update IDE url to scrypt.studio
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Sep 2, 2019
1 parent 0369f16 commit 49a6206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Script is designed to facilitate writing smart contract running on chain.

* It is easy to learn. Syntactically, sCrypt is similar to Solidity, making it easier to be adopted by existing smart contract developers. However, the resemblance is only superficial, since sCrypt is compiled into Bitcoin Script by the underlying compiler, instead of EVM bytecode.
* It is statically typed. Type checking can help detect many errors at compile time.
* It comes with a full-fledged `IDE <http://68.183.161.64:3000>`_, including editor, compiler, and debugger. The first version is web based, no installation required to start playing immediately.
* It comes with a full-fledged `IDE <http://scrypt.studio>`_, including editor, compiler, and debugger. The first version is web based, no installation required to start playing immediately.


.. Warning:: sCrypt is still in experimental phase and not ready for production use.
Expand Down

0 comments on commit 49a6206

Please sign in to comment.