Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.49 KB

EVM Boilerplate for faster dApps development

This is a Boilerplate for EVM dApp built on Next.js project bootstrapped with Mantine

Demo

Main branch will be released at this point

⭐️ Star us

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!

🚀 Quick Start

📄 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

✨ Contributors

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.