Skip to content

Instantly share code, notes, and snippets.

@s3341458
Created December 25, 2023 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3341458/5ab06e26e028c36523cb959dc5c7e4da to your computer and use it in GitHub Desktop.
Save s3341458/5ab06e26e028c36523cb959dc5c7e4da to your computer and use it in GitHub Desktop.
{
"canisters": {
"ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/d87954601e4b22972899e9957e800406a0a6b929/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"cash_return_backend": {
"main": "src/cash_return_backend/main.mo",
"type": "motoko",
"dependencies": [
"ledger"
]
},
"cash_return_frontend": {
"dependencies": [
"cash_return_backend"
],
"frontend": {
"entrypoint": "src/cash_return_frontend/src/index.html"
},
"source": [
"src/cash_return_frontend/assets",
"dist/cash_return_frontend/"
],
"type": "assets"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment