Commit fe2836e
Kaan Kacar
Update asset issuance tutorial to use RPC instead of Horizon
The tutorial built and submitted every transaction through Horizon in
JavaScript, Python, Java and Go. Point all four at Stellar RPC.
Account loads become getAccount / load_account / LoadAccount. Submission
becomes sendTransaction plus a poll, since RPC answers PENDING first.
The Go source account is now a txnbuild.Account interface value, so the
address-of operator is gone.1 parent 09152f8 commit fe2836e
1 file changed
Lines changed: 160 additions & 100 deletions
0 commit comments