1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/examples/fire_lazers.sh

15 lines
385 B
Bash
Raw Normal View History

2018-11-16 14:24:47 +01:00
#!/bin/bash
set -e
2018-11-27 13:38:18 +01:00
# this has to go first
2018-11-16 14:24:47 +01:00
npm run run src/examples/RegisterServiceAgreementTemplates.ts
2018-11-27 13:38:18 +01:00
npm run run src/examples/BuyAsset.ts
2018-11-27 13:38:18 +01:00
npm run run src/examples/ExecuteAgreement.ts
npm run run src/examples/GetAccounts.ts
npm run run src/examples/GetBalance.ts
npm run run src/examples/GrantAccess.ts
2018-11-27 13:38:18 +01:00
npm run run src/examples/RegisterAsset.ts
npm run run src/examples/Search.ts