exeos
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
15 lines (9 loc) • 353 B
Markdown
# Example
## Local Development
Before starting, ensure you've completed the instructions in the top-level [README.md](../README.md#local-development).
- Install dependencies\
`yarn`
- Modify environment variables\
Make a copy of `.env.example` named `.env` and fill in the appropriate variables
- Serve the example on localhost\
`yarn start`