mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
feat(_code-samples): WiP add go tx examples implementation
This commit is contained in:
5
_code-samples/send-xrp/go/go.mod
Normal file
5
_code-samples/send-xrp/go/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module github.com/XRPLF
|
||||
|
||||
go 1.23
|
||||
|
||||
require github.com/Peersyst/xrpl-go v0.1.11
|
||||
1
_code-samples/send-xrp/go/rpc/main.go
Normal file
1
_code-samples/send-xrp/go/rpc/main.go
Normal file
@@ -0,0 +1 @@
|
||||
package rpc
|
||||
1
_code-samples/send-xrp/go/ws/main.go
Normal file
1
_code-samples/send-xrp/go/ws/main.go
Normal file
@@ -0,0 +1 @@
|
||||
package ws
|
||||
Reference in New Issue
Block a user