Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on feat: deploy contract without custom code (WIP) #61

Draft
wants to merge 3 commits into
base: dev/no-custom-core-eval
Choose a base branch
from

Conversation

dckc
Copy link
Member

@dckc dckc commented Sep 5, 2024

goal:

  • support E(bankManager).addAsset(...)

stacked on:

dckc added 3 commits September 5, 2024 03:56
currently fails:

```
$ ./scripts/deploy-contract.js --deploygen src/sell-concert-tickets.js
(Error#1)
Error#1: ENOENT: no such file or directory, open 'src/auto-deploy.template.js'

  at async generateDeployArtifact (file:///home/connolly/projects/dapp-agoric-basics/contract/scripts/deploy-contract.js:70:20)
  at async main (file:///home/connolly/projects/dapp-agoric-basics/contract/scripts/deploy-contract.js:130:7)
```
We negledted to check this in. Fortunately, we logged it
and captured the log in a comment.

#48 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant