Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amoshnin/blk-crowdfunding
Decentralized crowdfunding web3 application. Built using Ethereum cryptocurrency (Solidity Smart Contracts) and React front-end
https://github.com/amoshnin/blk-crowdfunding
Last synced: about 5 hours ago
JSON representation
Decentralized crowdfunding web3 application. Built using Ethereum cryptocurrency (Solidity Smart Contracts) and React front-end
- Host: GitHub
- URL: https://github.com/amoshnin/blk-crowdfunding
- Owner: amoshnin
- Created: 2021-01-02T16:38:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T06:11:07.000Z (about 3 years ago)
- Last Synced: 2024-05-21T05:56:37.262Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crowdfunding
- Ethereum-based crowdfunding decentralized application (dapp) where you can start & fund crowdfunding projects
- Ethereum cryptocurrency is used as the medium of exchange (currency)![Crowdfunding](https://i.imgur.com/mmnPHLf.gif)
## Prerequisites
* **Node** - v10.x.x (preferrably v10.15.0 for long term support)
* **npm** - v6.x.x (preferrably v6.6.0)## Running It Locally
Clone this repo via to your local machine and install the dependencies by doing the following:
```bash
git clone https://github.com/Artem711/BLK-Crowdfunding.git
cd BLK-Crowdfunding
npm install
```Start the application in a development environment via:
```bash
npm run serve
```## Built With
* [Solidity](https://solidity.readthedocs.io/en/v0.5.2/) - Ethereum's smart contract programming language
* [Vue.js](https://vuejs.org/) - The Javascript framework used
* [Vuetify](https://vuetifyjs.com/en/) - Material Design Component Framework
* [web3.js](https://github.com/ethereum/web3.js/) - Javascript library used to interact with the Ethereum blockchain## Resources used
The project was built with the help resources:
- [Docs: Solidity Documentation](https://docs.soliditylang.org/en/v0.8.7/)
- [Articles: Investopedia](https://www.investopedia.com/terms/c/crowdfunding.asp)
- [Book: Hands-On Smart Contract Development with Solidity and Ethereum : From Fundamentals to Deployment](https://www.amazon.com/Hands-Contract-Development-Solidity-Ethereum/dp/1492045268)
- [Articles: OpenBerry](https://openberry.ac/)