I'm Owen, a dev working in crypto.
I'm building a basic lottery for fun on Polygon, a blockchain where transactions are a lot cheaper than Ethereum. It's not written with Solidity, but Vyper, a smart contract language with Python-like syntax.
I don't have much experience coding contracts, so this is to document my learning and hopefully help others interested in the subject. Comment if you have questions/tips/suggestions (:
Code: https://github.com/oraclown/lottery-v1
Vyper: https://github.com/vyperlang/vyper
#web3 #ethereum #python
Download
0 formats
No download links available.
Building a Lottery Smart Contract [dev vlog] | NatokHD