You are viewing a single comment's thread from:
RE: Steemconnect - Node-js - Boilerplate For Rapid Development v.0.2.0
Seriously, thanks a lot for this.
One question, does the steemconnect boilerplate work with the testnet? If not, could you share a bit of your development workflow?
No worries, glad I can create things people find useful.
Re: testnet. I've never actually used the test net. Steem.js (used in the boilerplate to retrieve data) can switch to the test net with a single call to
steem.api.setOptions()
. As for Steemconnect SDK, I've just had a quick look and I can't see any information about using it with the test net. Personally, I just make live calls from a test account but that's certainly not perfect.