Skip to content

Instantly share code, notes, and snippets.

View ambethia's full-sized avatar
🐼
PANDAS!

Jason L Perry ambethia

🐼
PANDAS!
View GitHub Profile

neo-ruby

  • Began work on neo-ruby, a Ruby library for interacting with the Neo blockchain.
using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;
using Neo.SmartContract.Framework.Services.System;
using System.Numerics;
namespace RandomNumbers
{
public class Contract : SmartContract
{
public static void Main()
using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;
using Neo.SmartContract.Framework.Services.System;
using System.Numerics;
namespace RandomNumbers
{
public class Contract : SmartContract
{
public static void Main()
using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;
using Neo.SmartContract.Framework.Services.System;
using System.Numerics;
namespace RandomNumbers
{
public class Contract : SmartContract
{
public static void Main()