We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53060fd commit c5ee8feCopy full SHA for c5ee8fe
justfile
@@ -1,5 +1,5 @@
1
deploy-contract:
2
- cargo run -p firefly-cardano-deploy-contract -- --contract-path ./wasm/simple-tx --firefly-url http://localhost:5000
+ cargo run -p firefly-cardano-deploy-contract -- --contract-path ./wasm/simple-tx
3
demo: deploy-contract
4
cargo run -p firefly-cardano-demo -- --addr-from $ADDR_FROM --addr-to $ADDR_TO --amount 1000000
5
generate-key:
0 commit comments