trusttoken / contracts-pre22

TrustToken smart contracts written pre 2022. Includes TrueCurrencies and TrueFi Pools.

Home Page:https://trusttoken.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Could not find artifacts for MultisigOwner from any sources

umanggoyal89 opened this issue · comments

Hi
I am trying to setup TrueUSD coin so i can test it with my exchange but i am not able to setup it. I am not an expert but i am facing this issue:
Error: Could not find artifacts for MultisigOwner from any sources
I cloned the repository and then followed the commands mentioned in the readme

  1. git submodule init && git submodule update
  2. npm install
  3. npm test
    While running npm test i am facing this issue.

Does any one knows what am i missing or not doing correct?

Sorry for the delay in response. You can get faster exchange support in the future by emailing exchange-support at trusttoken.com.

I do not experience this issue when I follow these steps. I'm going to ask a few questions to help diagnose the issue.

From our project directory, what is your output for ls build/contracts? Do you see MultisigOwner.json?

I'm pretty sure npm test runs truffle compile, but do you also see the issue if you explicitly compile first?

If you need to set it up on a testnet, it may be faster to use our deployments on Rinkeby, documented in our README.

We are now also on Kovan.

@umanggoyal89 I will close this issue if you do not respond shortly.

@umanggoyal89 We have merged all contract repositories into one, so there's no reason for Multisig to be missing anymore