Travis Reeder

Results 238 comments of Travis Reeder

Looks like a docker issue for your architecture: https://stackoverflow.com/questions/70819028/relation-between-linux-arm64-and-linux-arm64-v8-are-these-aliases-for-each-othe/70819313 Maybe try GitHub codespaces, gitpod.io or Google cloud shell to get a more common shell to work with.

What OS are you using?

He's talking about these imports: import "https://github.com/0xcert/ethereum-erc721/src /contracts/tokens/nf-token-metadata.sol"; @r-gochain why wouldn't it support that if it's part of solidity now? https://docs.soliditylang.org/en/v0.8.10/path-resolution.html

Or maybe we don't flatten and just let solc do it's thing? I know it's nice to see the flattened file for verification and things, but if solc handles it,...

Ahh, I see, didn't realize that was remix only.

Did you set WEB3_RPC_URL ?

You have your code, what's stopping you from verifying it? Also, have you tried deploying to GoChain? I think you'll enjoy the performance a lot more. #unapologeticshill

Thanks! That's something that could be added pretty easily I think, the only issue might be that you'd need to run that against full archive node for that to work.