Scott Sunarto
Scott Sunarto
CryptoZombie is a free course by Loom Network that teaches about dApp development through an interactive platform.
There is a change in domain name. https://blog.blockchain.com/2018/06/22/what-you-need-to-know-about-blockchain-infos-domain-move/
A lot of teams in HackMoney hackathon (which Uniswap Grants sponsors) struggled in figuring out how to provide liquidity via NonfungiblePositionManager through a smart contract. A simple example on the...
**Describe the bug** 1. `npm run serve` in the Vue folder 2. The port used is non-deterministic and often collides with another application that is already running on that port...
The `forge-std` lib in `/contracts` is not automatically fetched when pulling a repo without --recurse; we should add a `forge install` to make sure that all contract submodule dependencies are...
**Describe the feature** Currently, users would have to go to the GitHub release page, download the correct package, and manually install it on their system. Using an installer script created...
## Overview This PR contains some low hanging fixes that easily gets the Go report card to A+ **1.`gofmt -s` wants EOL char to be LF instead of CRLF** This...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Gnark currently doesn't have...
Some organization have multiple organization account. As an example MovingBlocks have, 1. https://github.com/MovingBlocks/ 2. https://github.com/Terasology/ Ergo, we should support queries on multiple organization account to accomodate this.
I would recommend checking out https://github.com/xlab/c-for-go to automatically generate the go bindings. Many popular c-go bindings (i.e., Vulkan) use it, and it might spare the headache of maintaining a template...