Research Hunt SmartContract Project with Truffle with Vyper
Create a virtual environment and install Vyper according to Vyper documentation
Start up Ganache with 9545 port and import private keys to MetaMask.
$ truffle develop
truffle(develop)> migrate
or
truffle(develop)> compile
truffle(develop)> deploy