#lua
Read more stories on Hashnode
Articles with this tag
MoltenChain Proof-of-Stake(PoS) blockchain for the native MAGMA cryptocurrency. The MoltenChain source code is purely written in TypeScript. With...
-- Smart contract for token locking mechanism on the MAGMA cryptocurrency on the MoltenChain blockchain -- Define variables local tokensLocked = 0 --...