Skip to content

ygnr/pokemon-lh-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-lh-conf

Installation steps

To run the project, we need to install truflle and ganache.

Truffle

Go through instruction here to install truffle locally. Please note that node version should be > v10.1.0

Ganache

Install ganache to run Blockchain locally. Follow instruction here to install ganache.

Start

Start ganache app. A local Blockchain should spin up.

Run the following to compile the contracts

truffle compile

Run the following to deploy the contracts on to Blockchain

truffle migrate

Have a look at the scripts under scripts folder to interact with Blockchian

Run an script by running the following command.

truffle exec <scriptname.js>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published