baxter
baxter
When attempting to consume a String in a contract function, ExW3 seems to handle encoding improperly, causing variables to mix and or set improperly in the contracts state. Smart Contract...
Hi, I get error code 1 in /tmp/pip-install-25he_cex/psycopg2 when trying to install requirements
`go get -u github.com/prysmaticlabs/remote-signer` errors with ``` go get: github.com/prysmaticlabs/remote-signer@none updating to github.com/prysmaticlabs/[email protected] requires github.com/prysmaticlabs/[email protected] requires github.com/ethereum/[email protected]: invalid version: unknown revision 000000000000 ``` Running Ubuntu 20.04
Where are the editable CSS files for Drum? I have it up and running but when I change files in drum/links/static/css there are no visible changes on the local site...confused
I built out a wasm-ql query service that currently searches the chain for certain actions. Here is one action table in my smart contract that I am currently trying to...
Here is what my contracts table looks like: ``` ACTION issuepaid(const name& to, const name& category, const name& token_name, const asset& quantity, const string& relative_uri, const float& amt_paid, const string&...