generated from tez-capital/tea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.hjson
63 lines (62 loc) · 1.39 KB
/
app.hjson
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
id: tea-contract-template
type: standalone
configuration: {
deploys: {
sandbox: {
// alice key from sandbox
admin-addr: '"tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb"'
kind: sandbox-octez-client
// path: octez-client
source: alice
burn-cap: 5
// requires installed octez-client
// kind: octez-client
// // path: octez-client
// source: alice
// burn-cap: 5
}
sandbox-taquito: {
// requires installed js modules
admin-addr: '"tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb"'
kind: taquito
rpc: http://127.0.0.1:20000
source: edsk3RFfvaFaxbHx8BMtEW1rKQcPtDML3LXjNqMNLCzC3wLC1bWbAt
}
}
ligo: {
// global: true
version: latest
// or exact
// version: 0.50.0
// or container
// image: ligolang/ligo:0.49.0
// syntax: cameligo
protocol: mumbai
// initial-storage-args: (${admin-addr}: address), ${metadata}
}
sandbox: {
// name: tezos-sandbox
// defaults to `sandbox-${id}`
image: registry.hub.docker.com/oxheadalpha/flextesa:20230313
script: mumbaibox
// rpc_port: 20000
}
metadata: {
// source: src/metadata.hjson
// offchain-views: src/offchain-views.hjson
// indent: false
// offchain-view-expression-suffix: _off_chain_view
}
compile: {
//tz: true
//json: true
}
tests: {
// root: by default looks up all.* in tests directory
// root: tests/all.mligo
}
// usually autodetected
// containers: {
// engine: docker
// }
}