Commit f51e55c
authored
Created initial library structure and connections with mediation usage (#3)
* feat: added basicMessage protocol handler and some docs changes
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
* feat: initial ui structure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: initial agent library setup
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: working ama-rn configuration
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
docs: updated install via version install
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: finished project architecture
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: typescript config
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: initial builder pattern
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: added validation structure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: finished verification, began inline documentation
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: created agent directory
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: separated builder from agent
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: wallet interface creation
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: defined initial wallet service structure, added license
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: initial storage structure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: builder pattern format
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: architecture restructure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: altering wallet service
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: wallet creation functionality
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: completed agent startup
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: protocol initial structure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: protocol dependencies architecture
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: additional connections protocol work
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: dependency restructure
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: additional dependency work
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: finished simplifying dependencies
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: inbound handling logic
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
feat: completed mediation coordination and added some documentation
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
* chore: ran prettier formatting
Signed-off-by: James Ebert <jamesebert.k@gmail.com>
* chore: wording fixes and cleanup
Signed-off-by: James Ebert <jamesebert.k@gmail.com>1 parent dc17dc5 commit f51e55c
File tree
71 files changed
+13661
-2
lines changed- android
- src/main
- java/com/ariesmobileagentreactnative
- jniLibs
- arm64-v8a
- armeabi-v7a
- x86
- docs
- src
- agent
- inboundMessages
- outboundMessages
- protocols
- basicMessage
- connections
- coordinateMediation
- trustPing
- services
- connections
- dids
- mediation
- errors
- storage
- nonSecrets
- transports
- http
- ws
- utils
- wallet
- indy
- connection
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+13661
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments