[FeedBack] Student hoping for feedback on a few contracts #1212
Replies: 1 comment 1 reply
-
Hi João, Cool! What your thesis is about? Will it be available somewhere? I took a look at these contracts. I think that's a good start. I see the working Scilla code, but I have a few questions about logic that this code implements. But first, I'd like to give a small recommendation, that could improve your development experience. Take a look at the And here are my initial thoughts on the code. Let's start with that, maybe later we could go further. Auction.scilla
Consider the following situation. We have a few pending returns, say,
The source of aforementioned ZRC-5 is present here: ZRC/zrc-5.md at main · Zilliqa/ZRC. For the more context about that error see this issue.
Bazaar.scilla
|
Beta Was this translation helpful? Give feedback.
-
Hello, I'm a student currently doing a thesis, involving smart contracts, and I would like to receive some feedback on a few contracts that I made.
Contracts:
The contracts follow a state machine approach.
The automaton that corresponds to the logic of the contract is in the README file.
There are a few of them, but I would like to highlight two specific contracts:
Looking for feedback on glaring errors and if there are some improvements to be made.
Thank you in advance and best wishes.
Beta Was this translation helpful? Give feedback.
All reactions