Skip to content

Instantly share code, notes, and snippets.

@anthdm
Created August 21, 2018 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthdm/5e9ddb37647e90a4dbbd84f3955d2923 to your computer and use it in GitHub Desktop.
Save anthdm/5e9ddb37647e90a4dbbd84f3955d2923 to your computer and use it in GitHub Desktop.
coz_contributions_report

NEO-GO

Added the last milestones for the neo-go-compiler PR93

  • block interop api
  • header interop api
  • transaction interop api
  • asset interop api
  • contract interop api
  • missing stogage.Find interop api
  • missing runtime.Serialise and deserialize interop apis

NEO-GO-SC

Created fresh repo and migrated compiler and vm with some refactoring. Link to the repo

What is this?

Neo-go-sc is a smart contract framework for the NEO smart economy. The goal of this project is to have a full stack framework for smart contract developers with lots of code examples and tools for testing and deploying them in a blink of an eye.

  • Golang to NVM bytecode compiler
  • NEO Virtual machine
  • Smart contract debugger
  • Private network for quickly deploying and testing smart contracts (with the help of neo-local)
  • Tooling for deploying smart contracts in production environments
  • Package manager for smart contract modules that are written in Go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment