Skip to content

Commit

Permalink
chore(repo): refactor into 2 crates, example and sdk (#10)
Browse files Browse the repository at this point in the history
* chore: refactor into 2 crates, example and sdk

* fix: cleanup

* fix: readme
  • Loading branch information
rymnc authored May 27, 2024
1 parent 3abd6ce commit f2dccae
Show file tree
Hide file tree
Showing 23 changed files with 475 additions and 2,225 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install dependencies
run: make deps
- name: cross build
working-directory: ./sdk
run: |
cross build --release --target ${{ matrix.target }} --features ${{ matrix.curve }}
mkdir release
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
- name: Install dependencies
run: make deps
- name: cross build
working-directory: ./sdk
run: |
cross build --release --target ${{ matrix.target }} --features ${{ matrix.curve }}
mkdir release
Expand Down
Loading

0 comments on commit f2dccae

Please sign in to comment.