Skip to content

Instantly share code, notes, and snippets.

@joyqvq
joyqvq / gist:89aa06ee3b97b66323568770ef9d4dfb
Last active August 26, 2022 18:29
Steps to test ecdsa move contract e2e
# Test Signing Key Scheme
1. Run faucet and rpc-server:
```jsx
cargo install --path crates/sui-test-validator
sui-test-validator --faucet-port=1234
Fullnode RPC URL: http://127.0.0.1:9000