You are viewing a single comment's thread from:

RE: Call for more tools on the testnet!

in #testnet6 years ago (edited)

That's a very interesting post, I actually updated the Steem Smart Contracts tool I'm working on to make it test net compatible a few days ago as it is indeed a must have!

For sure, steemd.com, steemconnect and steemit.com are on the top of my list!

As far as I know, steem-js is already testnet compatible though the doc is lacking... (but I would encourage the js developers to move to dsteem (which I think is now supported by Steemit Inc.))

Sort:  

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 ?

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.16
TRX 0.16
JST 0.030
BTC 58180.92
ETH 2477.99
USDT 1.00
SBD 2.42