Arka Paymaster
Deposit to Arka
Deposit
In short the deposit flow is as follows:
- Create ticket on Discord to get api key and public address to top up to.
- Send funds to public address provided.
- Call the deposit api
- Call whitelist api to whitelist an address.
- Add api key to estimate function like so:
const op = await primeSdk.estimate({ url: 'https://arka.etherspot.io/', api_key: '',
context: { mode: 'sponsor' } });
Now any transactions created like this will be sponsored for this address.