quailty fud only
Tell me why this coin isn't amazing
you can't
its stupid and gay
>quailty fud only
but i appreciate the bump
their smart contract code is ugly as fuck, only the most virgin brainlets will ever code anything with it
(* HelloWorld contract *)
(***************************************************)
(* Associated library *)
(***************************************************)
library HelloWorld
let one_msg =
fun (msg : Message) =>
let nil_msg = Nil {Message} in
Cons {Message} msg nil_msg
let not_owner_code = Int32 1
let set_hello_code = Int32 2
(***************************************************)
(* The contract definition *)
(***************************************************)
contract HelloWorld
(owner: Address)
field welcome_msg : String = ""
transition setHello (msg : String)
is_owner = builtin eq owner _sender;
match is_owner with
| False =>
msg = {_tag : "Main"; _recipient : _sender; _amount : 0; code : not_owner_code};
msgs = one_msg msg;
send msgs
| True =>
welcome_msg := msg;
msg = {_tag : "Main"; _recipient : _sender; _amount : 0; code : set_hello_code};
msgs = one_msg msg;
send msgs
end
end
transition getHello ()
r
is there seriously anything wrong with this project? please someone stop me pouring my money into this
Chinese
yeah just copy it from github and tell it's ugly, very nice
of course there's, storage and turing completeness (debatable if it's disadvantage), those are pretty minor anyway. still, ZIL is the best blockchain there's by margin, fucking eth fork using dpos (tron) is valued above it, really make me sick.
based on singapore, the best and most honest team i've ever seen.
Projects might not switch over to ZIL if they know ETH sharding is approaching?
He's not wrong.
Also what's the point? You think Money Skelly will let some shitskin thirdworld ETH clone beat them to sharding? Are you stupid or larping?