Skip to content

Commit

Permalink
whats going on ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 12, 2024
1 parent 13f7edd commit 0ae7d9d
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1,817 deletions.
10 changes: 0 additions & 10 deletions boxes/blank/contracts/Nargo.toml

This file was deleted.

57 changes: 0 additions & 57 deletions boxes/blank/contracts/src/main.nr

This file was deleted.

6 changes: 3 additions & 3 deletions boxes/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"compile": "cd contracts && ${AZTEC_NARGO:-aztec-nargo} compile",
"codegen": "${AZTEC_CLI:-aztec-cli} codegen contracts/target -o artifacts --ts",
"clean": "rm -rf ./dest .tsbuildinfo ./artifacts ./contracts/target",
"compile": "cd src/contracts && ${AZTEC_NARGO:-aztec-nargo} compile",
"codegen": "${AZTEC_CLI:-aztec-cli} codegen src/contracts/target -o artifacts --ts",
"clean": "rm -rf ./dest .tsbuildinfo ./artifacts ./src/contracts/target",
"prep": "yarn clean && yarn compile && yarn codegen && tsc -b",
"dev": "webpack serve --mode development",
"build": "yarn prep && webpack",
Expand Down
11 changes: 0 additions & 11 deletions boxes/token/src/contracts/Nargo.toml

This file was deleted.

Loading

0 comments on commit 0ae7d9d

Please sign in to comment.