Testnet
DUBU4 테스트넷을 사용하는 방법입니다.
Get ready
Usage
const sharkdag = require('shark-dag-js');
const options = { testnet: true };
const client = new sharkdag.Client('wss://testnet.dubu4.com/hub', options);Last updated
Was this helpful?
DUBU4 테스트넷을 사용하는 방법입니다.
const sharkdag = require('shark-dag-js');
const options = { testnet: true };
const client = new sharkdag.Client('wss://testnet.dubu4.com/hub', options);Last updated
Was this helpful?
Was this helpful?