Skip to content

Commit 21510d2

Browse files
author
matt raffel
committed
updates readme files to reflect addition of next rust demo "save-schema...."
Signed-off-by: matt raffel <[email protected]>
1 parent d1cefbd commit 21510d2

File tree

7 files changed

+24
-4
lines changed

7 files changed

+24
-4
lines changed

doc/how-tos/save-schema-and-cred-def/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This shows how to save a schema and credential definition on the ledger, which is
44
a prerequisite for ["Issue Credential"](../issue-credential/README.md).
55

6-
[ [Python](python/README.md) | [Java](java/README.md) | [.NET](../not-yet-written.md) | [Node.js](../not-yet-written.md) | [Objective C](../not-yet-written.md) ]
6+
[ [Python](python/README.md) | [Java](java/README.md) | [.NET](../not-yet-written.md) | [Node.js](../not-yet-written.md) | [Objective C](../not-yet-written.md) | [Rust](rust/README.md)]

doc/how-tos/save-schema-and-cred-def/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Indy-SDK Developer Walkthrough #4, Java Edition
44

5-
[ [Python](../../not-yet-written.md) | [.NET](../../not-yet-written.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) ]
5+
[ [Python](../python/README.md) | [.NET](../../not-yet-written.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) | [Rust](../rust/README.md)]
66

77

88
## Prerequisites

doc/how-tos/save-schema-and-cred-def/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Indy-SDK Developer Walkthrough #4, Python Edition
44

5-
[ [Java](../java/README.md) | [.NET](../../not-yet-written.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) ]
5+
[ [Java](../java/README.md) | [.NET](../../not-yet-written.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) | [Rust](../rust/README.md)]
66

77

88
## Prerequisites
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[package]
2+
name = "save-schema-and-cred-def"
3+
version = "0.1.0"
4+
authors = ["matt raffel <[email protected]>"]
5+
6+
[dependencies]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Save a Schema and Credential Definition
2+
3+
Indy-SDK Developer Walkthrough #4, Rust Edition
4+
5+
[ [Java](../java/README.md) | [Python](../python/README.md) | [.NET](../../not-yet-written.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md)]
6+
7+
8+
## Prerequisites
9+
10+
Setup your workstation with an indy development virtual machine (VM). See [prerequisites](../../prerequisites.md).
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

doc/how-tos/write-did-and-query-verkey/rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Indy-SDK Developer Walkthrough #1, Rust Edition
44

5-
[ [Python](../python/README.md) | [Java](../java/README.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) | [C#](../cs/README.md)]
5+
[[C#](../cs/README.md) | [Java](../java/README.md) | [Python](../python/README.md) | [Node.js](../../not-yet-written.md) | [Objective C](../../not-yet-written.md) ]
66

77

88
## Prerequisites

0 commit comments

Comments
 (0)