-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: add Kakarot support #152
Merged
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
bbcf30d
feat: add initialize-kakarot script
EjembiEmmanuel 1cdce49
feat: add setup-kakarot script
EjembiEmmanuel 04d2898
feat: add start-kakarot script
EjembiEmmanuel 3533c90
feat: add deploy-kakarot-l1-messaging-contracts script
EjembiEmmanuel a8d2fdb
feat: add deploy-kakarot-evm-contract script
EjembiEmmanuel 5f1c432
refac: modify kakarot scripts
EjembiEmmanuel c81a807
feat: add kakarot support to `bin/cli.mjs`
EjembiEmmanuel 2dbdcd5
feat: add `Foundry` installation to script
EjembiEmmanuel 1bb12aa
fix: fix else if statement
EjembiEmmanuel 3d85dce
refac: modify kakarot scripts
EjembiEmmanuel c15c718
refac: reorder packtage type choices
EjembiEmmanuel 78434de
refac: modify script to install specific version
EjembiEmmanuel 6cc0654
refac: modify scripts to install package version
EjembiEmmanuel 29ac451
feat: add starkli installation to intall script
EjembiEmmanuel 6c8e8bf
feat: add declare-kakarot-cairo-contract script
EjembiEmmanuel ceb9f6b
fix: fix starkli call omission in install script
EjembiEmmanuel cf9f0a2
refac: modify declare-kakarot-cairo-contract script
EjembiEmmanuel 4416bc9
refac: modify install script
EjembiEmmanuel 25f5ff1
refac: modify install script
EjembiEmmanuel 0548bc3
refac: modify npm install script
EjembiEmmanuel 1e77ac4
feat: reload shell before running starkliup
EjembiEmmanuel 62602d3
feat: add install_tools script
EjembiEmmanuel 5866470
fix: fix typo
EjembiEmmanuel 3c111a0
refac: modify install script
EjembiEmmanuel 834a033
fix: fix typo
EjembiEmmanuel 83e7279
refac: remove declare kakarot contracts script
EjembiEmmanuel fc6954b
feat: remove starkli installation
EjembiEmmanuel 0ae499d
refac: modify npm install script
EjembiEmmanuel 9886896
feat: include setup-kakarot script in bin/cli.mjs
EjembiEmmanuel f0adb00
feat: remove starkli installation
EjembiEmmanuel 3811bf0
fix: fix npm install script
EjembiEmmanuel f13375a
refac: modify install script
EjembiEmmanuel 66545f4
refac: modify npm install-tools script
EjembiEmmanuel f3f11c6
fix: fix npm install script
EjembiEmmanuel c50a44e
feat: modify install script
EjembiEmmanuel cb5aa17
feat: modify foundry install fn
EjembiEmmanuel a793172
refac: change github repo
EjembiEmmanuel 0208cbd
refac: change github link
EjembiEmmanuel d2c6dc5
feat: modify scripts
EjembiEmmanuel c8c262d
fix: fix initialize-kakarot script
EjembiEmmanuel b508ebe
fix: fix intialize-kakarot script
EjembiEmmanuel f672a28
fix: fix initialize-kakarot script
EjembiEmmanuel a50c9ea
feat: add version support for dojo installation
EjembiEmmanuel 4e7d295
feat: modify install scripts
EjembiEmmanuel e827426
fix: fix dojoup command not found
EjembiEmmanuel 066cc7b
fix: fix foundryup command not found
EjembiEmmanuel bd078e9
chore: revert package name and github link
EjembiEmmanuel 5cdd0cc
feat: add version support for starknet-foundry installation
EjembiEmmanuel 13cc5dc
refac: modify foundry install script
EjembiEmmanuel 17c14d6
refac: modify starknet-foundry install script
EjembiEmmanuel 04e9077
refac: modify scripts
EjembiEmmanuel b22d866
feat: update docs
EjembiEmmanuel 8cc5d0d
feat: update deploy-contract script
EjembiEmmanuel ff6125b
feat: update kakarot scripts
EjembiEmmanuel 44361bd
feat: add kakarot support to docs
EjembiEmmanuel dd30f6d
feat: add whitelist-contract script
EjembiEmmanuel 30a9de1
Revert "feat: add whitelist-contract script"
EjembiEmmanuel 4f1c6fa
feat: add whitelist-contract script
EjembiEmmanuel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: add declare-kakarot-cairo-contract script
- Loading branch information
commit 6c8e8bf9002dd1db47f2f3b8c88840bbf087152a
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,8 @@ | |
"start-kakarot": "cd contracts && make start", | ||
"deploy-kakarot-l1-messaging-contracts": "cd contracts && make deploy-l1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this script fails too and the one after it. |
||
"deploy-kakarot-evm-contract": "cd contracts && forge create ${npm_config_contract_path} --rpc-url ${npm_config_rpc_url} --private-key ${npm_config_private_key}", | ||
"build-kakarot-cairo-contracts": "cd contracts/cairo_contracts && scarb build" | ||
"build-kakarot-cairo-contracts": "cd contracts/cairo_contracts && scarb build", | ||
"declare-kakarot-cairo-contract": "cd contracts && starkli declare ${npm_config_class_file} --account ${npm_config_account} --key-store ${npm_config_keystore} --rpc ${npm_config_rpc}" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
script fails with:
please look into it.