File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 balancednetwork
3
+ Copyright (c) 2024 ICON Foundation
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Send tokens and call Clarity smart contracts on the Stacks blockchain with Golan
16
16
To use this SDK in your Go project, run:
17
17
18
18
``` bash
19
- go get github.com/balancednetwork /stacks-go-sdk
19
+ go get github.com/icon-project /stacks-go-sdk
20
20
```
21
21
22
22
## Usage
@@ -25,7 +25,7 @@ Here are some basic usage examples:
25
25
### Creating and Broadcasting a Token Transfer Transaction
26
26
``` go
27
27
import (
28
- " github.com/balancednetwork /stacks-go-sdk/stacks"
28
+ " github.com/icon-project /stacks-go-sdk/stacks"
29
29
" math/big"
30
30
)
31
31
@@ -66,8 +66,8 @@ func main() {
66
66
### Creating and Broadcasting a Token Transfer Transaction
67
67
``` go
68
68
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"
71
71
)
72
72
73
73
func main () {
@@ -113,7 +113,7 @@ func main() {
113
113
### Working with Clarity Values
114
114
``` golang
115
115
import (
116
- " github.com/balancednetwork /stacks-go-sdk/clarity"
116
+ " github.com/icon-project /stacks-go-sdk/clarity"
117
117
)
118
118
119
119
func main () {
You can’t perform that action at this time.
0 commit comments