Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'ed25519_deriv'
Browse files Browse the repository at this point in the history
  • Loading branch information
domwoe committed Jun 7, 2024
2 parents 56ea974 + d37afc6 commit 245e42c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ If you want to test your project locally, you can use the following commands:

```bash
# Starts the replica, running in the background
dfx start --background
dfx start --clean --background

# Deploys your canisters to the replica and generates your candid interface
./deploy.sh
./scripts/test.sh
```

Once the job is completed, your application will be available at `http://localhost:4943?canisterId={asset_canister_id}`.
Expand All @@ -56,8 +56,7 @@ We use [PocketIC](https://github.com/dfinity/pocketic) for integration testing.
You can run the tests with the following command:

```sh
cargo build --release --target wasm32-unknown-unknown --package schnorr_canister
cargo test
./scripts/test.sh
```

## Deployment on the Internet Computer
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cargo build --release --target wasm32-unknown-unknown --package schnorr_canister
cargo test

0 comments on commit 245e42c

Please sign in to comment.