mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"go@1.22",
|
|
"bun@latest",
|
|
"ipfs@latest",
|
|
"skate@latest",
|
|
"cloudflared@latest"
|
|
],
|
|
"env": {
|
|
"ACC0_ADDRESS": "idx1efd63aw40lxf3n4mhf7dzhjkr453axur9vjt6y",
|
|
"ACC0_MNEMONIC": "$(skate get ACC0_MNEMONIC)",
|
|
"ACC0_NAME": "acc0",
|
|
"ACC1_ADDRESS": "idx1hj5fveer5cjtn4wd6wstzugjfdxzl0xpecp0nd",
|
|
"ACC1_MNEMONIC": "$(skate get ACC1_MNEMONIC)",
|
|
"ACC1_NAME": "acc1",
|
|
"BINARY": "sonrd",
|
|
"TUNNEL_TOKEN": "$(skate get CLOUDFLARE_TUNNEL_TOKEN)",
|
|
"GOPATH": "$HOME/go",
|
|
"PATH": "$HOME/go/bin:$PATH",
|
|
"TEMPL_EXPERIMENT": "rawgo",
|
|
"CHAIN_ID": "sonr-testnet-1",
|
|
"DENOM": "usnr",
|
|
"KEYRING": "test",
|
|
"MONIKER": "florence"
|
|
},
|
|
"shell": {
|
|
"scripts": {
|
|
"install": ["make install"],
|
|
"build:docker": ["make local-image"],
|
|
"build:dwn": ["make dwn"],
|
|
"build:motr": ["make motr"],
|
|
"build:nebula": ["bun --cwd nebula run build"],
|
|
"build:sonrd": ["make build"],
|
|
"gen:proto": ["make proto-gen"],
|
|
"gen:pkl": ["make pkl"],
|
|
"gen:templ": ["make templ"],
|
|
"start:motr": ["make start-motr"],
|
|
"watch:nebula": ["bun --cwd nebula run watch"]
|
|
}
|
|
}
|
|
}
|