Create a config.json
file at the root of the project with:
{
"APIKEY": "",
"APISECRET": ""
}
- List your account's balance
I'm still deciding how I'll handle the UI. Simple console.log's? Blessed?
npm run build
for building the project;npm run watch
for building and watching the project;npm run exec
runs the transpiled code.