Skip to content

Commit

Permalink
Merge pull request #17 from fedimint/python
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Apr 5, 2024
2 parents b307812 + 7dd48cb commit 10dc9ba
Show file tree
Hide file tree
Showing 14 changed files with 1,179 additions and 385 deletions.
6 changes: 6 additions & 0 deletions justfile.local.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ mprocs:
test-ts:
bun run wrappers/fedimint-ts/test.ts

test-py:
python3.11 wrappers/fedimint-py/test.py

test-py-async:
python3.11 wrappers/fedimint-py/test_async.py

test-go:
cd wrappers/fedimint-go && go run cmd/main.go

Expand Down
Loading

0 comments on commit 10dc9ba

Please sign in to comment.