developer_hub_page.sdk_title
developer_hub_page.sdk_description
developer_hub_page.integrate_stargazer_title
developer_hub_page.integrate_stargazer_description
developer_hub_page.build_state_title
developer_hub_page.build_state_description
developer_hub_page.run_validator_title
developer_hub_page.run_validator_description
developer_hub_page.getting_started
developer_hub_page.hello_world_title
developer_hub_page.hello_world_description
import { dag4 } from 'stardust-collective/dag4';
dag4.account.connect({
networkVersion: '2.0',
testnet: true
});
dag4.account.loginPrivateKey('MY-PRIVATE-KEY');
const toAddress = 'DAGabc123...';
const amount = 25.551;
const fee = 0;
await dag4.account.transferDag(toAddress, amount, fee);
EN ASOCIACIÓN CON

