UNPKG

essefuga

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

14 lines (8 loc) 622 B
# Example ## Local Development Before starting, ensure you've completed the instructions in the top-level [README.md](../README.md#local-development). - Install dependencies\ `yarn` - Ensure that you've [`yarn link`ed](https://classic.yarnpkg.com/en/docs/cli/link/) all `@web3-react/*` packages, as well as `react` and `react-dom`, from `../packages/*` and `../node_modules/{react,react-dom}` respectively. This will ensure that changes you make to individual packages will be reflected immediately in the example (as long as you're running `yarn start` in the root). - Serve the example on localhost\ `yarn dev`