Signer on behalf of users
If you have a dapp, we suggest that you sponsor requests on behalf of your users using the Signer.
To use the Signer you will want to
Build the signer
Obtain credits for the signer.
Optionally, set up custom rate limiting so that users cannot exhaust your credits too quickly.
Send user requests to the signer to be sponsored
Build the signer
Using docker (easy, but no rate limit)
If you do not want to add a custom rate limit, you can fetch the signer as a Docker image mishtinetwork/dev:mainnetalphaV1
Please, provide the team your docker hub email address or username so we can give you access to the docker image.
To run the Signer enter the following commands:
with the following .env file
From source (slightly more work, but allows custom rate limiting)
Coming soon...
Obtain Credits
To obtain credits, please review:
Make Requests to the Signer
Then from our mishtiwasm, you'll be able to form the correct requests to send to your Signer.
mishtiwasm can be fetched by running:
Here is an example of a frontend TypeScript code for generating keys using mishtiwasm and the signer.
Last updated