verynifty / vnft-contracts

Pet dapp
10 stars 8 forks source link

Failed to compile. #1

Open abrahambrons opened 3 years ago

abrahambrons commented 3 years ago

Hi, I was trying to install on my local machine for testing purposes but I have some problems when use the command yarn start

Failed to compile.

./src/hooks/ContractLoader.js
Module not found: Can't resolve '../contracts' in '/home/username/VNFT/packages/react-app/src/hooks'

my Node version is v16.8.0 my NPM version is 7.21.0 my Yarn version is 1.22.11 My OS is Ubuntu Linux 18.04 LTS

surfer77 commented 3 years ago

This repo is really old, before hardhat existed as hardhat

I recommend you to copy the contracts in /buidler/contracts and use hardhat to compile

or use this repo which includes some of the same contracts and more https://github.com/verynifty/vnftx