alicenet / hello-world

An intro application for interacting with MadNetwork
3 stars 0 forks source link

Create a wrapper for the funding logic #14

Open ghost opened 2 years ago

ghost commented 2 years ago

We need to create a wrapper that involves all the logic behind the faucet: status, funding, queue status. The logic contained in the wrapper will let us interact with the faucet while polling for the queue and being able to receive a callback to let the client know as soon as the request is processed.

There's already an existing adapter that it works on the same way we want this wrapper to work.

ghost commented 2 years ago

Blocked by #13