|
|
8 ماه پیش | |
|---|---|---|
| .. | ||
| lib | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| script | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| src | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| test | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| .gitignore | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| .prettierignore | 74d1fc89b0 chore(js): update fix:fmt config (#2514) | 8 ماه پیش |
| README.md | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| foundry.toml | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
| package.json | b1dc4c27f5 chore: move prettier to individual packages & upgrade prettier | 8 ماه پیش |
| prettier.config.js | b1dc4c27f5 chore: move prettier to individual packages & upgrade prettier | 8 ماه پیش |
| remappings.txt | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | 9 ماه پیش |
The goal of the folder is to deploy a mock solidity pyth contract using the pyth sdk
Foundry consists of:
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help