https://github.com/rhaicode/ethdappswap
Starter kit for creating Ethereum smart contracts.
https://github.com/rhaicode/ethdappswap
blockchain ethereum
Last synced: about 2 months ago
JSON representation
Starter kit for creating Ethereum smart contracts.
- Host: GitHub
- URL: https://github.com/rhaicode/ethdappswap
- Owner: rhaicode
- Created: 2021-02-15T04:43:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T06:19:24.000Z (over 5 years ago)
- Last Synced: 2025-02-21T11:39:47.567Z (over 1 year ago)
- Topics: blockchain, ethereum
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethdappswap
This is a starter kit inspired from [dappuniversity/starter_kit](https://github.com/dappuniversity/starter_kit) where most of the configurations are derived from `truffle init`. 🍄
## 👨🏫 Instructions
1. Clone this repository and run `npm install` to install dependencies.
2. If you don't have `truffle` installed yet, go ahead and run `npm install -g truffle`.
2. We are using `identicon.js` to create identicons based from user's Ethereum address. Run `npm install --save identicon.js`
3. Get started and create your smart contracts! 👨💻