File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
gauntlet-starknet-starkgate Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 66 - [ Basic Setup] ( ./getting_started.md#basic-setup )
77 - [ CLI] ( ../../packages-ts/gauntlet-starknet-cli/README.md )
88 - [ Example Contract] ( ../../packages-ts/gauntlet-starknet-example/README.md )
9- - [ Account Contract] ( ../../packages-ts/gauntlet-starknet-account/README.md )
9+ - [ OZ Contracts] ( ../../packages-ts/gauntlet-starknet-oz/README.md )
10+ - [ Starkgate Contracts] ( ../../packages-ts/gauntlet-starknet-starkgate/README.md )
11+ - [ Argent Contracts] ( ../../packages-ts/gauntlet-starknet-argent/README.md )
1012 - [ OCR2 Contracts] ( ../../packages-ts/gauntlet-starknet-ocr2/README.md )
1113- Contribute
Original file line number Diff line number Diff line change 22
33## Account
44
5- Deploy the contract:
5+ ### Deploy
66
77```
88yarn gauntlet argent_account:deploy --network=<NETWORK>
99```
1010
1111Note the contract address. The contract is not configured yet. A signer needs to be specified in it:
1212
13- Initialize the contract:
13+ ### Initialize
1414
1515``` bash
1616yarn gauntlet argent_account:initialize --network=< NETWORK> < CONTRACT_ADDRESS>
Original file line number Diff line number Diff line change 22
33## Account
44
5- Run the following command:
5+ ### Deploy
66
77``` bash
88yarn gauntlet account:deploy --network=< NETWORK>
Original file line number Diff line number Diff line change 22
33## ERC20
44
5- ### Deploy the contract:
5+ ### Deploy the contract
66
77``` bash
88yarn gauntlet starkgate_erc20:deploy --network=< NETWORK> --name=< NAME> --symbol=< SYMBOL> --decimals=< DECIMALS> " --minter=<MINTER_ADDRESS>"
You can’t perform that action at this time.
0 commit comments