Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 568 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 568 Bytes

Research Hunt SmartContract Project

Research Hunt SmartContract Project with Truffle with Vyper

Setup

1. Install Vyper

Create a virtual environment and install Vyper according to Vyper documentation

2. Start up a local developmenet ethereum node.

Start up Ganache with 9545 port and import private keys to MetaMask.

$ truffle develop

3. Compile and Deploy

truffle(develop)> migrate

or

truffle(develop)> compile
truffle(develop)> deploy