-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Scilla smart contracts #4635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your pull request!
Unfortunately, both these extensions don't meet our in-the-wild usage requirement. There are 119 .scillib
files on GitHub, so clearly not hundreds of repositories and I counted 61 repositories (by 45 users) among the 600 .scilla
files using Harvester.
Is there any reason to think these numbers will grow significantly in the next few mnths? Was Scilla released not long ago for example?
Scilla has been in development for over 2 years and just went live about 2 month ago (early July) I am confident the the number will grow significantly in the coming months. For instance the Scilla VScode plugin I am working on now has over 400 plus downloads yet it was just released early this year. There are also several independent projects that rely on Scilla (tending to 100) funded by their $5 million dollar grant program. These projects are expected to either live or OpenSource by the end of the year. There is also interest from large cooperations like NASDAQ & Pepsi Co |
Hey @pchaigno, Could this be reviewed again? The language and adoption has grown since OP posted. Doing a manual search without harvester I'm getting 5k files returned so I think we're meeting the in-the-wild usage now. Thanks. |
Please could you offer some guidance with regards to the above. Thanks! |
Adding support for the Scilla programming language
Scilla, short for
Smart Contract Intermediate-Level Language
, is an intermediate-level smart contract language being developed for Zilliqa.Scilla has been designed as a principled language with smart contract safety in mind.
The official Scilla website is over at https://scilla-lang.org/