Skip to content

Instantly share code, notes, and snippets.

@orodio
Created January 8, 2021 00:28
Embed
What would you like to do?
#!/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