You are viewing a single comment's thread from:

RE: Call for more tools on the testnet!

in #testnet6 years ago

Interesting project @harpagon - will look into it. With SMT around the corner, smart contracts have good potential.

btw, official TESTNET is here : http://testnet.steemitdev.com/

& condersor aka steemit is here : https://condensertestnet.steemitdev.com/

just to clarify,

As far as I know, steem-js is already testnet compatible though the doc is lacking.

Is this compatible against the official TESTNET ?

Sort:  

It is indeed compatible with any testnet, you just need to setup steem-js when you instantiate it:

const steem = require('steem')
steem.api.setOptions({ url: 'https://testnet.steemitdev.com' });
steem.config.set('address_prefix', 'TST')
steem.config.set('chain_id', '46d82ab7d8db682eb1959aed0ada039a6d49afa1602491f93dde9cac3e8e6c32')

If you want to go with dsteem:

const dsteem = require('dsteem')
const client = new dsteem.Client('https://testnet.steemitdev.com', { addressPrefix: 'TST', chainId: '46d82ab7d8db682eb1959aed0ada039a6d49afa1602491f93dde9cac3e8e6c32'})

(I took the params from the official docs: https://developers.steem.io/testnet/)

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 63651.41
ETH 2679.55
USDT 1.00
SBD 2.80