Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 699 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 699 Bytes

Tesla Consumer Contract

Demonstrating how to connect a Smart Contract to a Tesla Vehicle

Requirements

  • NPM

Installation

npm install

Or

yarn install

Deploy

If needed, edit the truffle-config.js config file to set the desired network to a different port. It assumes any network is running the RPC port on 8545.

npm run migrate:dev

For deploying to live networks, Truffle will use truffle-hdwallet-provider for your mnemonic and an RPC URL. Set your environment variables $RPC_URL and $MNEMONIC before running:

npm run migrate:live

Run

Once deployed, the unlockVehicle function can be called, passing in a vehicleId