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/signer
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
To prevent unauthorized usage and credit exhaustion, run the signer on a private network and secure it with an authentication server.
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 code for generating keys from input data using mishtiwasm and the signer.
Please refer to this GitHub repository to run an example program:
Last updated