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

Fulfil requests from CLI: test and improve #639

Closed
ijonele opened this issue Aug 7, 2024 · 0 comments · Fixed by #925
Closed

Fulfil requests from CLI: test and improve #639

ijonele opened this issue Aug 7, 2024 · 0 comments · Fixed by #925
Assignees
Labels

Comments

@ijonele
Copy link
Collaborator

ijonele commented Aug 7, 2024

INFO

Test the guide

QUESTIONS

  • Explain how to mock requests locally -- see NOTE 1
  • Do we need a separate command for running CLIChain? -- see NOTE 2 -- no, it works without that
  • How do outputs actually look? -- see the latest updates
  • Was I right to delete a space after base64 in Step 4.4? -- yes, everything works correctly

UPD

  • Deleted all mentions of devnet snapshot since we don't support this feature anymore.

NOTE 1

Commands for creating key and signature requests locally:

wardend tx warden new-action new-key-request --space-id 1 --keychain-id 3 --key-type KEY_TYPE_ECDSA_SECP256K1 --from shulgin -y | wardend q wait-tx
wardend tx warden new-action new-sign-request --from shulgin --input '00112233' --key-id 1 -y | wardend q wait-tx

NOTE 2

See the alternative installation instruction:

To install and use CLIChain, follow these steps:

  1. Ensure you have the latest version of Go installed on your system.

  2. Clone the repository:

    git clone http://github.com/warden-protocol/wardenprotocol
    cd wardenprotocol
  3. Build the application:

    go build -o clichain cmd/clichain/main.go
  4. Run the application:

    ./clichain
@ijonele ijonele self-assigned this Aug 7, 2024
@ijonele ijonele assigned ijonele and unassigned ijonele Aug 22, 2024
@ijonele ijonele assigned ijonele and unassigned ijonele Sep 3, 2024
@jjheywood jjheywood added the docs label Sep 3, 2024
@ijonele ijonele changed the title Run a Keychain from CLI Run a Keychain from CLI: test and improve Sep 4, 2024
@ijonele ijonele assigned ijonele and unassigned ijonele Sep 10, 2024
@ijonele ijonele removed the blocked label Sep 27, 2024
@ijonele ijonele changed the title Run a Keychain from CLI: test and improve Fulfil requests from CLI: test and improve Sep 30, 2024
@ijonele ijonele linked a pull request Oct 7, 2024 that will close this issue
@ijonele ijonele closed this as completed Oct 7, 2024
@ijonele ijonele added blocked and removed blocked labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants