You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// use bc.Nodes[0].HostHTTPUrl + "/wallet" to access full node
43
+
// use bc.Nodes[0].HostHTTPUrl + "/walletsolidity" to access Solidity node
44
+
})
45
+
}
46
+
```
47
+
48
+
## More info
49
+
50
+
Follow the [guide](https://developers.tron.network/reference/tronbox-quickstart) if you want to work with `TRONBox` environment via JS
51
+
52
+
## Golang HTTP Client
53
+
54
+
TRON doesn't have any library to interact with it in `Golang` but we maintain our internal fork [here](https://github.com/smartcontractkit/chainlink-internal-integrations/tree/69e35041cdea0bc38ddf642aa93fd3cc3fb5d0d9/tron/relayer/gotron-sdk)
55
+
56
+
Check TRON [HTTP API](https://tronprotocol.github.io/documentation-en/api/http/)
57
+
58
+
Full node is on `:9090/wallet`
59
+
```
60
+
curl -X POST http://127.0.0.1:9090/wallet/createtransaction -d '{
0 commit comments