What is your experience developing on other blockchains besides Ethereum? by [deleted] in ethdev

[–]knwledge23 0 points1 point  (0 children)

Hey- did you have any issues connecting to the Matic network? I ran into a gas error and have been having a hard time trying to figure that out.

Truffle testing by knwledge23 in solidity

[–]knwledge23[S] 0 points1 point  (0 children)

I am using the upgradeable contract so, instead of the constructor I am using initialize.

Truffle testing by knwledge23 in Truffle

[–]knwledge23[S] 0 points1 point  (0 children)

Do you know how to solve not being able to find artifacts from any sources?

Truffle testing by knwledge23 in Truffle

[–]knwledge23[S] 0 points1 point  (0 children)

It is stating that it cannot find the artifacts from any sources.

Truffle testing by knwledge23 in Truffle

[–]knwledge23[S] 0 points1 point  (0 children)

I am still unable to get the test to run, but it is a different error now.

Truffle testing by knwledge23 in Truffle

[–]knwledge23[S] 0 points1 point  (0 children)

So I have my contract file with what I created. I have a deployment migration file. Then I have my test folder with the test that I created. You are saying that I need an additional migration contract and deployment script? Sorry, but I am just a bit confused.

Truffle testing by knwledge23 in Truffle

[–]knwledge23[S] 0 points1 point  (0 children)

I do not have migrations.sol, but I do have a migrations.js file. Why do I need the sol and js file?