Skip to content

LayerXcom/research-hunt-contract

Repository files navigation

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

About

Research Hunt Contract Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published