Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 777 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 777 Bytes

KAIZEN Boilerplate

This project is design to connect to blockchain and interact with MetaMask to send transaction on smart contract.

Technical stack

Frontend

  • Web3(MetaMask)

UI

  • Sass
  • Boostrape

Smart contract/Solidity

Install flow

Clone repo

git clone https://github.com/PortalNetwork/kaizen-boilerplate.git
cd kaizen-boilerplate

Start repo

install packages

npm install

develope

npm run dev

test smart contracts

npm run test-contracts

compile smart contracts

npm run compile-contracts

Reference