Skip to content

Commit

Permalink
add foundry to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh committed Nov 21, 2024
1 parent 547f814 commit c125228
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
run: |
rustup update stable && rustup default stable
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Cache Cargo registry
uses: actions/cache@v4
with:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# walletkit

WalletKit enables wallets to use World ID.

## Tests

To run all tests Foundry is required. Anvil is used for functional tests with Solidity.

```bash
curl -L https://foundry.paradigm.xyz | bash
foundryup
```
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"ignorePaths": ["Cargo.toml"],
"words": [
"aarch",
"clippy",
"foundryup",
"ruint",
"Uniffi",
"WalletKit",
Expand Down

0 comments on commit c125228

Please sign in to comment.