Skip to content

Binary wrapper for neon - C# compiler for the NEO Virtual Machine

License

Notifications You must be signed in to change notification settings

neo-one-suite/neo-one-csharp

Repository files navigation

@neo-one/csharp

Binary wrapper for neon - C# compiler for the NEO Virtual Machine

OS X, Linux and Windows binaries are currently provided.

CLI

$ npm install --global @neo-one/csharp
$ neo-one-csharp sc.dll

API

$ npm install --save @neo-one/csharp
const execFile = require('child_process').execFile;
const csharp = require('@neo-one/csharp');

execFile(csharp, ['sc.dll'], (err, stdout) => {
  console.log(stdout);
});

License

@neo-one/csharp is MIT-licensed.