forked from sagarxooa/samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXooa.yaml
37 lines (36 loc) · 1.68 KB
/
Xooa.yaml
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
# This configuration file is used by Xooa platform to configure and deploy smart contracts.
# Each level of indentation specifies parameters for the previous level.
# This file should be in the root directory of the Repo.
#
# Apps:
# <smart-contract-name>: -> Name of the smart contract to be installed on Xooa platform.
# Name : -> Default name of the smart contract App after installation in Xooa Platform [Optional Paramater]
# Description : -> Default description of the App in Xooa Platform [Optional Parameter]
# path: -> Path to the smart contract directory relative to Repo root
# language: -> Language of smart contract source code. Options are node and go
# README: -> Path to the documentation of the smart contract App [Optional Parameter]
Apps:
Xooa-Get-Set:
Name: Get-Set
Description: Xooa Get Set Smart Contract
path: /get-set/smartcontract
language: go
README: https://github.com/Xooa/samples/blob/master/get-set/README.md
Xooa-SmartThings:
Name: SmartThings Integration
Description: Xooa SmartThings Smart Contract
path: /smartthings/smartcontract/
language: go
README: https://github.com/Xooa/samples/blob/master/smartthings/README.md
Xooa-zapier:
Name: Zapier Integration
Description: Xooa Zapier Smart Contract
path: /zapier/smartcontract/
language: go
README: https://github.com/Xooa/samples/blob/master/zapier/README.md
Xooa-QuickBooks:
Name: QuickBooks Integration
Description: Xooa QuickBooks Smart Contract
path: /quickbooks/smartcontract/
language: go
README: https://github.com/Xooa/samples/blob/master/quickbooks/README.md