Skip to content

Latest commit

History

History
36 lines (24 loc) 路 1.11 KB

README.md

File metadata and controls

36 lines (24 loc) 路 1.11 KB

remix-dapp

banner

This project was bootstrapped with Create Remix dApp. Refer to the official Remix documentation for guidance on building idiomatic Remix apps. This dApp comes with the essentials already configured, allowing you to focus on building your app:

Quick start

Install dependencies

npm install

Setup environment variables

Ensure the .env file is correctly populated. See .env.example for more information.

Run development server

npm run dev

Navigate to the app

open http://localhost:3000