Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 592 Bytes

SendEther

SendEther is a Ethereum blockchain based dApp with the help send money to anyone, even if the recipient does not have an ethereum wallet.

Setup Infura

Create project on Infura, and get API key. Create .env file in root directory and pass key like this

VUE_APP_API_KEY=api_key

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.