Skip to content

Instantly share code, notes, and snippets.

@orodio
Created January 8, 2021 00:28
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 orodio/4b8ee2b3b0120da6a0131e15bc223b93 to your computer and use it in GitHub Desktop.
Save orodio/4b8ee2b3b0120da6a0131e15bc223b93 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
const fcl = require("@onflow/fcl")
console.log("hello")
fcl.account(process.argv[3]).then(fcl.decode).then(d => console.log(d))
{
"bin": "./index.js",
"dependencies": {
"@onflow/fcl": "0.0.67-alpha.43"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment