MoralisWeb3 / issue-tracker

25 stars 7 forks source link

Missing step in Boilerplate quickstart instructions #128

Open jdspugh opened 2 years ago

jdspugh commented 2 years ago

There is a missing step in the boilerplate instructions when "Connecting your Local Chain to the Moralis DB".

Current instructions:

Connecting your Local Chain to the Moralis DB

  1. Download frpc and provide missing params in the .env file
  2. Connect your Moralis Database and Local Chain: npm run connect
  3. Add contract events you want to watch: npm run watch:events

Recommended updated instructions:

Connecting your Local Chain to the Moralis DB

  1. Download frpc and provide missing params in the .env file
  2. Install Moralis CLI: npm install moralis-admin-cli
  3. Connect your Moralis Database and Local Chain: npm run connect
  4. Add contract events you want to watch: npm run watch:events