Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e Tests #16

Open
29 tasks
AndreaScorza opened this issue Oct 11, 2021 · 0 comments
Open
29 tasks

e2e Tests #16

AndreaScorza opened this issue Oct 11, 2021 · 0 comments

Comments

@AndreaScorza
Copy link
Contributor

AndreaScorza commented Oct 11, 2021

  • lto accounts create
  • lto accounts create --network --name
  • echo "my seed" | lto accounts seed --name foobar --network
  • lto accounts list
  • lto accounts list --network
  • lto accounts show --name
  • lto accounts set default foobar
  • lto accounts remove foobar (name or address)
  • lto set node http....
  • lto set node http... --netowork
  • lto anchor --hash xxxx
  • lto anchor --hash xxxx --network
  • lto anchor --hash xxxx --account --no-broadcast
  • lto anchor --hash xxxx --account --network --unsigned
  • lto anchor --hash xxxx --account --network --unsigned --no-broadcast
  • lto transfer --recipient
  • lto transfer --recipient xxxx --amount 100000000 --account --network --no-broadcast
  • echo xxx | lto mass-transfer
  • lto lease create --recipient xxxxx --amount 1000 --account --no-broadcast --network
  • lto lease cancel --leaseid xxxx --no-broadcast
  • lto sponsorship create --recipient xxxx --account --network
  • lto sponsorship cancel --recipient xxx --no-broadcast
  • lto broadcast tx
  • lto broadcast tx (unsigned tx)
  • lto broadcast tx --unsigned
  • lto broadcast tx --no-broadcast (just sign the transaction)
  • lto lease list
  • lto lease list-inbound
  • lto sponsorship list-inbound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant