Skip to content

Instantly share code, notes, and snippets.

@fix
Last active August 11, 2017 14:39
Show Gist options
  • Save fix/4515e7cb37a2faec13878e2ce34d094d to your computer and use it in GitHub Desktop.
Save fix/4515e7cb37a2faec13878e2ce34d094d to your computer and use it in GitHub Desktop.
testing nucleid
var arkjs=require("arkjs");
module.exports = function (args) {
var tx = arkjs.transaction.createTransaction.apply(null, args);
return tx.signature;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment