https://github.com/portalnetwork/kaizen-boilerplate
https://github.com/portalnetwork/kaizen-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/portalnetwork/kaizen-boilerplate
- Owner: PortalNetwork
- Created: 2018-11-29T10:48:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T03:11:19.000Z (over 7 years ago)
- Last Synced: 2024-12-30T19:40:55.888Z (over 1 year ago)
- Language: CSS
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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