Matt
Matt
useAccessToken does not exist afaik Additionally, accessToken functionality in this version of the library seems broken. I made some fixes and have it working on my fork, give it a...
Hi @ngirardin I am already thinking about making an official package for mine under a new name, I will keep you updated. Does the isLoading work for you on my...
@ngirardin I'm not seeing this occur on my end. When user gets set, isLoading should be toggled. I might have to dig into this one a bit more. Is there...
You can either add coins manually from the admin panel (www.app.local/admin when running locally), or edit the `templates/config/peatio/seed/currencies.yml.erb` template. You will also need to add the coins to the wallets...
With the ethereum geth node, you have to let it fully sync before you will see deposits in the user wallet on the site. You must spin up the cryptonode...
Trust me, its been a struggle getting this exchange stood up. It is especially hard if you're not experienced with docker. It really does take a decent time investment just...
Unfortunately no, as my current project is focussed on ERC20 token variants. I'm sure the rubykube community would appreciate a pull request if you figure it out though!
@champmine I am no longer working with peatio so I'm not sure. If you got eth working I'm sure you're 90% of the way there.
No problem @umaimehm . Let me know if you have any troubles!
Seed files can be adjusted by editing the template files in microkube. To make changes to the backend, you will have to extend your app.yml vendor section to clone your...