|
|
hai 2 semanas | |
|---|---|---|
| .. | ||
| lib | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| script | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| src | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| test | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| .gitignore | ab0cf6f7d8 chore: updated gitignore to excluse the built dist/ folder | hai 3 semanas |
| .prettierignore | 6efbe89542 chore: updated prettier ignores to prevent bikeshedding | hai 2 semanas |
| README.md | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| foundry.toml | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
| package.json | 3bdc5a82d1 chore: prettier fixes | hai 2 semanas |
| prettier.config.js | b1dc4c27f5 chore: move prettier to individual packages & upgrade prettier | hai 8 meses |
| remappings.txt | ee21688c45 feat(target_chains/ethereum): add arbirum stylus sdk (#2041) | hai 9 meses |
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