topocount

Results 12 issues of topocount

# Description This code implements the logic for deploying a contract and creating a grain distribution on-chain. As of right now, this has not been tested with fluctuating gas fees....

Some Grain integrations might generate some configuration information that should persist across invocations. Since we don't want grain integrations handling File I/O, it makes sense to pass this back to...

A truffle config setup is needed, and a mnemonic or private key (mnemonic taking precedence) should be supplied as a GitHub secret or a .env entry. The key should be...

This is not needed for the MVP but is an important feature. Currently behind #3166 in priority. Frontend integration code would be responsible for rendering out Distributions that need to...

The CLI integration takes priority over the UI integration, since it's possible to automate it in CI and get more advanced users up and running. It's also lower-lift and there...

This helper functions allows v0 CIDs to be queried and the results returned and printed in radspec. If the resulting value is not a string or address, a link is...

- add blockTime helper to get a block's timestamp or estimated mining date - implement a boolean helper that allows for different language depending on whether the block in question...