Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal Muskal committed Sep 6, 2022
1 parent 12e4013 commit 69278d1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
5 changes: 2 additions & 3 deletions docs/developers/boxes/auth-dapp-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ zeus unbox auth-dapp-service
"alt": 26254,
"contract": "authfndspsvc",
"prettyName": "LiquidAuthenticator",
"stage": "Alpha",
"version": "0.5",
"stage": "Beta",
"version": "0.9",
"description": "Authentication of offchain APIs and services using EOSIO permissions and contract",
"commands": {
"authusage": {
Expand Down Expand Up @@ -74,6 +74,5 @@ zeus unbox auth-dapp-service
}
```
## Tests
* [auth-client.spec.js](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/services/auth-dapp-service/test/auth-client.spec.js)
* [authenticator.spec.js](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/services/auth-dapp-service/test/authenticator.spec.js)
## [Source](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/services/auth-dapp-service)
2 changes: 1 addition & 1 deletion docs/developers/boxes/helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helloworld



* [`sample-eos-cpp`](sample-eos-cpp.md)
* [`templates-emptycontract-eos-cpp`](templates-emptycontract-eos-cpp.md)



Expand Down
18 changes: 12 additions & 6 deletions docs/developers/boxes/templates-emptycontract-eos-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ zeus create contract somecontract
"name": "emptycontract-eos-cpp",
"args": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
],
"optionals": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
]
}
```,#### [templates/helloevent-eos-cpp.json](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/templates/templates-emptycontract-eos-cpp/models/templates/helloevent-eos-cpp.json)
Expand All @@ -57,11 +59,13 @@ zeus create contract somecontract
"name": "helloevent-eos-cpp",
"args": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
],
"optionals": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
]
}
```,#### [templates/simplecontract-eos-cpp.json](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/templates/templates-emptycontract-eos-cpp/models/templates/simplecontract-eos-cpp.json)
Expand All @@ -70,11 +74,13 @@ zeus create contract somecontract
"name": "simplecontract-eos-cpp",
"args": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
],
"optionals": [
"contractname",
"templateName"
"templateName",
"legacyCdt"
]
}
```
Expand Down
5 changes: 2 additions & 3 deletions docs/services/auth-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LiquidAuthenticator Service
Authentication of offchain APIs and services using EOSIO permissions and contract

## Stage
Alpha
Beta

## Version
0.5
0.9

## Contract

Expand All @@ -20,6 +20,5 @@ Alpha
## Service Commands
### authusage
## Tests
* [auth-client.spec.js](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/services/auth-dapp-service/test/auth-client.spec.js)
* [authenticator.spec.js](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/services/auth-dapp-service/test/authenticator.spec.js)

0 comments on commit 69278d1

Please sign in to comment.