An open API service indexing awesome lists of open source software.

https://github.com/portalnetwork/kaizen-boilerplate


https://github.com/portalnetwork/kaizen-boilerplate

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# KAIZEN Boilerplate

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

## 💡[Document](./DOCUMENT.md)

### Technical stack

#### Frontend
- Web3(MetaMask)

#### UI
- Sass
- Boostrape

#### Smart contract/Solidity
- [Truffle](./TRUFFLE.md)

### 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

- ganache-cli: https://github.com/trufflesuite/ganache-cli
- truffle: https://github.com/trufflesuite/truffle