- Install Python 3 and Node LTS on your system.
- Clone this repository.
- In the backend directory, run
npm ioryarn. - Run
npm startoryarn start. - Run
npm run migrateoryarn migrate. - Run
npm testoryarn test.
A GUI version of Ganache also can be downloaded.
- In the
/appdirectory, runnpm ioryarn. - In the
/appdirectory, runnpm run devoryarn dev.
-
Install the Metamask extension in your browser.
-
In the setup dialog, click Import Wallet.
-
As the Seed Phrase, enter the following:
come craft limit group stock hollow front fantasy scare river animal settle -
Enter any password and click import.
-
In the Metamask extension, click on the Main Ethereum Network dropdown and select Custom RPC. Choose a network name and enter as RPC URL
http://localhost:7545. -
Now you can try to connect to the frontend, if running, at http://localhost:8080.