This is a Boilerplate for EVM dApp built on Next.js project bootstrapped with Mantine
Main branch will be released at this point
If this boilerplate helps you build EVM (Ethereum, Polygon, Optimism, Arbitrum, BNB Chain, zkSync, Avalache ..) dapps faster - please star this project, every star makes us very happy!
📄 Clone or fork evm-boilerplate
:
git clone https://github.com/metastake/evm-boilerplate.git
💿 Install all dependencies:
cd evm-boilerplate
yarn install
✏ Rename .env.local.example
to .env.local
and provide required data.
🖊️ Fill the environment variables in your .env.local file in the app root:
INFURA_KEY
: You can get it here.
Example:
INFURA_KEY=aeeb346cf0b2ba923663bdcae0cfcc27
🚴♂️ Run your App:
yarn dev
Feel free to contribute 🧙 to evm-boilerplate
project. But first, please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.
Made with contrib.rocks.