Skip to content

Update Links #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Release][release-shield]][release-url]
[![Issues][issues-shield]][issues-url]

**Graph-Sdk** is a utility to read and modify social graphs defined by [DSNP](https://www.dsnp.org) protocol and stored on [Frequency](https://github.com/LibertyDSNP/frequency) blockchain.
**Graph-Sdk** is a utility to read and modify social graphs defined by [DSNP](https://www.dsnp.org) protocol and stored on [Frequency](https://github.com/frequency-chain/frequency) blockchain.

# Overview

Expand Down
2 changes: 1 addition & 1 deletion core/src/frequency/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Defines and implements [Frequency](https://github.com/LibertyDSNP/frequency) specific data types
//! Defines and implements [Frequency](https://github.com/frequency-chain/frequency) specific data types
pub mod reader_writer;

/// A utility to read/write data from and to Frequency chain specific implementation of DSNP
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/java-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fun addNewUserGraphKeypair(long msaId, int schemaId, GraphKeyPair newKeypair)

// finally, add the new exported key to blockchain
// the user MUST sign the payload of adding a new graph key with one of their msa control keys
// The full data to sign is available: https://libertydsnp.github.io/frequency/pallet_stateful_storage/types/struct.ItemizedSignaturePayload.html
// The full data to sign is available: https://frequency-chain.github.io/frequency/pallet_stateful_storage/types/struct.ItemizedSignaturePayload.html
val retVal =
frequencyClient.createApplyItemActionsWithSignature(graphOwnerSigningPublicKey, signatureProof, publicKeySchemaId, keyContentHash.toBigInteger(), itemizedActions)
.join()
Expand Down