Added AirSwap CLI and example code

This commit is contained in:
Curtis Spencer
2020-02-13 10:29:49 -08:00
parent 0cbbc072f5
commit e4ad2b3813

View File

@@ -6,6 +6,9 @@ sub_ecosystems = []
github_organizations = ["https://github.com/airswap"]
# Repositories
[[repo]]
url = "https://github.com/airswap/airswap-cli"
[[repo]]
url = "https://github.com/airswap/airswap-docs"
@@ -21,6 +24,9 @@ url = "https://github.com/airswap/airswap-protocols"
[[repo]]
url = "https://github.com/airswap/airswap-subgraph"
[[repo]]
url = "https://github.com/airswap/airswap-zeit-example"
[[repo]]
url = "https://github.com/airswap/AirSwap.js"