-
Notifications
You must be signed in to change notification settings - Fork 1
/
cmd.txt
22 lines (16 loc) · 929 Bytes
/
cmd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
scarb clean && scarb build
starkli declare \
--keystore starkli-wallet/keystore.json \
--account starkli-wallet/account.json \
--watch /home/reth/sxg-cairo/target/dev/sxg_verifySignature.contract_class.json \
--rpc https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_7/L7olBYa0p1r4KX8hExzoclXd4LDyQ277
starkli deploy \
--keystore starkli-wallet/keystore.json \
--account starkli-wallet/account.json \
--watch 0x0093d1f45d6c3bed25b0f6ef8eada8749fcb87f38646f2ddd0835b208b0eadb1
SXG VERFIFIER:= https://sepolia.voyager.online/contract/0x03f31b28b57947f14817755194cfe9e9fd2d83f27b0bb0d00c6033334923d67e#readContract
starkli declare \
--keystore starkli-wallet/keystore.json \
--account starkli-wallet/account.json \
--watch /home/reth/sxg-cairo/target/dev/sxg_MyToken.contract_class.json \
--rpc https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_7/L7olBYa0p1r4KX8hExzoclXd4LDyQ277