Skip to content

Commit

Permalink
add folder
Browse files Browse the repository at this point in the history
  • Loading branch information
microbecode committed Nov 8, 2023
1 parent 7345632 commit 62a3f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
10 changes: 0 additions & 10 deletions frontend/src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,7 @@ export default function Home() {

console.log("starting deploy tx");
await localDeploy();
// const txn = await Mina.transaction(deployerAccount, () => {
// AccountUpdate.fundNewAccount(deployerAccount);
// zkApp.deploy();
// });
// await txn.prove();
// await txn.sign([deployerKey, zkAppPrivateKey]).send();

// let txn = await Mina.transaction(feePayer, () => {
// AccountUpdate.fundNewAccount(feePayer);
// zkAppInstance.deploy({ zkappKey: zkAppPrivateKey });
// });
console.log("deploying contract");

//const txPromise = await txn.send();
Expand Down

0 comments on commit 62a3f60

Please # to comment.