1

When i install pet-shop in truffle:

truffle(develop)> migrate
Using network 'develop'.
Network up to date.
truffle(develop)> test
Using network 'develop'.
0 passing (0ms)

Can you tell me what to do next?

Bob Zheng
  • 825
  • 4
  • 14
  • 25

1 Answers1

0

Just meaning that you have migrate to a network with name "develop". You'd probably better specify what are you intended to do here and add you truffle.js

AlexGera
  • 756
  • 9
  • 19