https://github.com/devpavan04/truffle-starter-kit
A starter kit for building decentralized applications powered by truffle, solidity, web3.js, and react.
https://github.com/devpavan04/truffle-starter-kit
Last synced: about 1 year ago
JSON representation
A starter kit for building decentralized applications powered by truffle, solidity, web3.js, and react.
- Host: GitHub
- URL: https://github.com/devpavan04/truffle-starter-kit
- Owner: devpavan04
- Created: 2021-03-31T21:37:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T17:45:35.000Z (about 5 years ago)
- Last Synced: 2025-02-05T21:54:15.448Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Truffle Starter Kit
### Uses truffle and web3.js
```
git clone https://github.com/devpavan04/truffle-starter-kit.git your-dapp
```
```
cd your-dapp
npm install
```
```
cd client
npm install
npm start
```