Skip to content

Commit

Permalink
Merge pull request #1338 from demergent-labs/candid_keywords
Browse files Browse the repository at this point in the history
Candid keywords
  • Loading branch information
lastmjs authored Oct 4, 2023
2 parents e0667a3 + cf7640a commit 0da6e45
Show file tree
Hide file tree
Showing 13 changed files with 2,199 additions and 52 deletions.
4 changes: 4 additions & 0 deletions examples/candid_keywords/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.azle
.dfx
dfx_generated
node_modules
16 changes: 16 additions & 0 deletions examples/candid_keywords/dfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"canisters": {
"candid_keywords": {
"type": "custom",
"main": "src/index.ts",
"build": "npx azle candid_keywords",
"candid": "src/index.did",
"wasm": ".azle/candid_keywords/candid_keywords.wasm",
"gzip": true,
"declarations": {
"output": "test/dfx_generated/candid_keywords",
"node_compatibility": true
}
}
}
}
Loading

0 comments on commit 0da6e45

Please sign in to comment.