Skip to content

humilitypatience/blockchain-project

Repository files navigation

defi-react-app

Prerequisites: You would need to install a wallet provider - MetaMask - and connect to a local blockchain network such as Ganache

Step 1:

truffle compile (to compile the contracts) truffle test (to test the smart contract functionality)

Step 2:

truffle migrate (to deploy them - Ganache blockchain)

Or if you want to reset the state of your contracts on the test blockchain run

truffle migrate --reset


Step 3: Inside another terminal window in the project do:

cd client
npm install

Step 4:

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published