Re: (Secure) Ruby to Solidity (Source-to-Source) Cross-Compiler Cheat Sheet / White Paper
Gerald Bauer <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <CAAxEZd-y3_s-cw8pZ8Y63D7bw1HZafo20uwD6FmLiMSPxZ3s0A@mail.gmail.com> |
Hello, Thanks for your kind words. The "classic" starter guide for Solidity is the CryptoZombies (free online) code school [1]. Another (great) alternative language for Solidity with Python 3-Compatible Syntax :-) is the Vyper languague [2]. For secure ruby (sruby) I'm trying to put together a (free online) programming crypto contracts step-by-step guide / booklet [3]. You can run all ruby contract samples with "standard" ruby (only requires the universum library / gem - no test network needed - it's kind of a simulator / emulator). Cheers. Prost. [1] https://cryptozombies.io [2] https://vyper.readthedocs.io [3] https://github.com/s6ruby/programming-cryptocontracts Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>