Marcelo Morgado
Marcelo Morgado
Having that repo as a `npm` package allows add this lib as dependency easily that way: ``` "dependencies": { "jsmnSol": "https://github.com/close-cross/jsmnSol/tarball/", }, ``` It will only work with the repo...
Hi there, I've just pushed the Kyber interface fix. I've just noticed that was wrong because I've tried to use if for a project of mine. I think that it...
Hi! I'm interested to keep contributing with this project because I'm studying DeFi protocols and it's a great way to get they better, but one thing is bothering me, the...
## Expected behavior I want to have all my DB queries done through transactions to keep consistency. ## Actual behavior I didn't find a reference for this in the docs...
Hi, the site shows gauge contract:  But the Registry contract is returning null:  Best,
truffle-flattner script
Use local `ganache-cli` bin instead of the global.
**Is your feature request related to a problem? Please describe.** I was not able to pass an async function in order to return a dynamic value, only when the function...
Install `babel-node` and use it on npm start script. Also change code of `/starter.js` and `/helpers/starter.js` from ES5 to ES6. Refs: https://github.com/tasitlabs/tasit/pull/269#discussion_r273531411
The `BuyLandScreen` component has a lot of action functions passed to it. Refs: https://github.com/tasitlabs/tasit/pull/333#discussion_r277419928 Refs: https://egghead.io/lessons/react-respond-to-a-single-redux-action-in-multiple-reducers