Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 961 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 961 Bytes

[FRONTEND]JUR-SMART-CONTRACT

  • cd client && yarn install
  • run truffle develop in a separate terminal
  • yarn start — This will spawn a development server with a default port of 1234.
  • yarn build — This will output a production build in the dist directory.

Steps

  • Install @drizzle/react-plugin & @drizzle/store (yarn add @drizzle/react-plugin @drizzle/store)
  • Import DrizzleProvider wrapper and add drizzle-options default inside lib
  • Customize contracts_build_directory inside truffle-config.js

Helpful links