sCrypt-Inc / scryptTS-docs

https://docs.scrypt.io
11 stars 8 forks source link

add a section on compile time error #3

Closed xhliu closed 1 year ago

xhliu commented 1 year ago

How to Compile a Contract, btw Write and Test? Basically, one has to make sure a contract follows Write syntax. https://github.com/sCrypt-Inc/scrypt-ts/issues/58

xhliu commented 1 year ago

scryptTS is a subset of Typescript. Not all Typescript is valid scryptTS. Transpile/compile error can be found by running tsc.

xhliu commented 1 year ago

https://github.com/sCrypt-Inc/scrypt-ts/issues/59