Skip to content

Commit faa4fa7

Browse files
authored
Merge pull request #21 from icon-project/chore/update-org
chore: update org from balancednetwork to icon foundation
2 parents b5e20f8 + 83d3f45 commit faa4fa7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 balancednetwork
3+
Copyright (c) 2024 ICON Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Send tokens and call Clarity smart contracts on the Stacks blockchain with Golan
1616
To use this SDK in your Go project, run:
1717

1818
```bash
19-
go get github.com/balancednetwork/stacks-go-sdk
19+
go get github.com/icon-project/stacks-go-sdk
2020
```
2121

2222
## Usage
@@ -25,7 +25,7 @@ Here are some basic usage examples:
2525
### Creating and Broadcasting a Token Transfer Transaction
2626
```go
2727
import (
28-
"github.com/balancednetwork/stacks-go-sdk/stacks"
28+
"github.com/icon-project/stacks-go-sdk/stacks"
2929
"math/big"
3030
)
3131

@@ -66,8 +66,8 @@ func main() {
6666
### Creating and Broadcasting a Token Transfer Transaction
6767
```go
6868
import (
69-
"github.com/balancednetwork/stacks-go-sdk/stacks"
70-
"github.com/balancednetwork/stacks-go-sdk/clarity"
69+
"github.com/icon-project/stacks-go-sdk/stacks"
70+
"github.com/icon-project/stacks-go-sdk/clarity"
7171
)
7272

7373
func main() {
@@ -113,7 +113,7 @@ func main() {
113113
### Working with Clarity Values
114114
```golang
115115
import (
116-
"github.com/balancednetwork/stacks-go-sdk/clarity"
116+
"github.com/icon-project/stacks-go-sdk/clarity"
117117
)
118118

119119
func main() {

0 commit comments

Comments
 (0)