Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal Muskal committed Mar 31, 2022
1 parent 63caa03 commit af2e891
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/developers/boxes/all-dapp-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ all-dapp-services
* [`oracle-sql`](oracle-sql.md)
* [`oracle-vcpu`](oracle-vcpu.md)
* [`oracle-echo`](oracle-echo.md)
* [`oracle-zeos`](oracle-zeos.md)
* [`sign-dapp-service`](sign-dapp-service.md)


Expand Down
1 change: 0 additions & 1 deletion docs/developers/boxes/all-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ all-tests



* [`helloworld`](helloworld.md)
* [`all-dapp-services`](all-dapp-services.md)
* [`airhodl`](airhodl.md)
* [`coldtoken`](coldtoken.md)
Expand Down
39 changes: 39 additions & 0 deletions docs/developers/boxes/oracle-zeos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

oracle-zeos
====================









* [`ipfs-dapp-service`](ipfs-dapp-service.md)
* [`oracle-dapp-service`](oracle-dapp-service.md)
### npm packages
* [`node-fetch`](http://npmjs.com/package/node-fetch)
* [`@liquidapps/dapp-client`](http://npmjs.com/package/@liquidapps/dapp-client)

## Contracts
* [`thezeostoken`](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles/oracle-zeos/contracts/eos/thezeostoken)
## Install
```bash
zeus unbox oracle-zeos
```












## Tests
* [zeos.spec.js](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles/oracle-zeos/test/zeos.spec.js)
## [Source](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles/oracle-zeos)
1 change: 0 additions & 1 deletion docs/developers/boxes/regression-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ regression-tests



* [`helloworld`](helloworld.md)
* [`all-dapp-services`](all-dapp-services.md)
* [`airhodl`](airhodl.md)
* [`coldtoken`](coldtoken.md)
Expand Down

0 comments on commit af2e891

Please sign in to comment.