-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
940 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
alias telosmain='cleos --url https://telos.caleos.io ' | ||
alias telostest='cleos --url https://testnet.telos.caleos.io ' | ||
alias ll='ls -las' | ||
telosmain get info | ||
telostest get info | ||
cleos wallet import --private-key 5HsSMqDdf1gdniM2eiyZ8VDW8cjh9r9VfUWygKPKF2tVU6cwgvf | ||
cleos wallet import --private-key 5JGFskbuaf9fEMnLESz4CPWKBJigiVX9VXcoh7b67WK4VA1e4u5 | ||
telostest system newaccount --stake-net "0.5000 TLOS" --stake-cpu "0.5000 TLOS" --buy-ram-kbytes 3 gqydoobuhege vitermetkeep EOS8FyAaCkvzYegJNikJNUjU5x5PPcSHsAW6t6QdnTJg1Js3VJWTE EOS8FyAaCkvzYegJNikJNUjU5x5PPcSHsAW6t6QdnTJg1Js3VJWTE -p gqydoobuhege@active | ||
telostest get info | ||
telostest get info | ||
exit | ||
alias ll='ls -las' | ||
alias telosmain='cleos --url https://telos.caleos.io ' | ||
alias telostest='cleos --url https://testnet.telos.caleos.io ' | ||
telostest get table --help | ||
telostest get table eosio eosio userres | ||
telostest get table eosio viterbo4test userres | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.