Skip to content

Commit 774b324

Browse files
authored
Merge pull request #12 from ZeroKnowledgeNetwork/from-0-to-zero
From 0 to zero
2 parents 72cb547 + df2fabe commit 774b324

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 0KN ZK AppChain Agent
1+
# ZKN ZK AppChain Agent
22

3-
The 0KN AppChain Agent provides a command-line interface and communications
4-
bridge with full coverage of 0KN's appchain runtime modules. It has a server
3+
The ZKN AppChain Agent provides a command-line interface and communications
4+
bridge with full coverage of ZKN's appchain runtime modules. It has a server
55
mode with developing client libraries to connect appchain operations to other
66
programming languages through a UNIX domain socket.
77

@@ -12,9 +12,9 @@ with the data's Content Identifier indexed within the appchain.
1212

1313
## Installation
1414

15-
This project uses local `file:` references to 0KN's
16-
[appchain](https://github.com/0KnowledgeNetwork/appchain) and
17-
[protokit](https://github.com/0KnowledgeNetwork/protokit).
15+
This project uses local `file:` references to ZKN's
16+
[appchain](https://github.com/ZeroKnowledgeNetwork/appchain) and
17+
[protokit](https://github.com/ZeroKnowledgeNetwork/protokit).
1818

1919
Place the projects in the same directory and ensure alignment of their git refs:
2020

clients/go/cmd/client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"log"
66
"sync"
77

8-
"github.com/0KnowledgeNetwork/appchain-agent/clients/go/chainbridge"
8+
"github.com/ZeroKnowledgeNetwork/appchain-agent/clients/go/chainbridge"
99
"github.com/fxamacker/cbor/v2"
1010
)
1111

clients/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/0KnowledgeNetwork/appchain-agent/clients/go
1+
module github.com/ZeroKnowledgeNetwork/appchain-agent/clients/go
22

33
go 1.22.3
44

0 commit comments

Comments
 (0)