File tree 7 files changed +24
-4
lines changed
write-did-and-query-verkey/rust
7 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 3
3
This shows how to save a schema and credential definition on the ledger, which is
4
4
a prerequisite for [ "Issue Credential"] ( ../issue-credential/README.md ) .
5
5
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 ) ]
Original file line number Diff line number Diff line change 2
2
3
3
Indy-SDK Developer Walkthrough #4 , Java Edition
4
4
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 ) ]
6
6
7
7
8
8
## Prerequisites
Original file line number Diff line number Diff line change 2
2
3
3
Indy-SDK Developer Walkthrough #4 , Python Edition
4
4
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 ) ]
6
6
7
7
8
8
## Prerequisites
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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 number Diff line number Diff line change
1
+ fn main ( ) {
2
+ println ! ( "Hello, world!" ) ;
3
+ }
Original file line number Diff line number Diff line change 2
2
3
3
Indy-SDK Developer Walkthrough #1 , Rust Edition
4
4
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 ) ]
6
6
7
7
8
8
## Prerequisites
You can’t perform that action at this time.
0 commit comments