Skip to content

Commit

Permalink
updated for Milkomeda
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Dec 29, 2021
1 parent bd91fe6 commit 8959f14
Show file tree
Hide file tree
Showing 9 changed files with 1,640 additions and 797 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
# Ethereum Crowdfunding
# Milkomeda Crowdfunding

![demo](https://user-images.githubusercontent.com/35738310/64013051-47c49100-cb1f-11e9-8877-c09a944261b5.PNG)

<h3><a href="https://alessandrokonrad.github.io/ethereum-funding/">Demo</a></h3>
<p>(make sure Metamask is installed, otherwise you can't interact with the dapp)</p>
Check smart contract for this example:
https://ropsten.etherscan.io/address/0x218a7f73492434039e0b17fd0927a7b8c0875f3c
http://use-util.cloud.milkomeda.com:4000/address/0x7ae28c580DccA503c7412CE94e844db6f75BE585/transactions

## Getting started

1. clone the repository
2. run npm install
3. install Metamask as Chrome extension
4. create a wallet in Metamask (select ropsten test network, if you want to test things)

4. create a wallet in Metamask

### Create smart contract

under src/contract/ you can find the contract.sol file. This is the contract I use for this example.
To use your own contract follow these steps:

1. go to the <a href="https://remix.ethereum.org/">Remix IDE</a>
2. paste in the contract.sol file
3. deploy the contract on the network you want (e.g. mainnet or ropsten)
3. deploy the contract on the network you want (e.g. mainnet or ropsten or Milkomeda)
4. copy the abi and the contract address
5. go to src/contract/abi.js and replace the abi with yours
6. go to src/contract/contract.js and replace the contract address with yours


## Project setup


### `npm start`

Runs the app in the development mode.<br>
Expand All @@ -46,4 +45,3 @@ The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

Loading

0 comments on commit 8959f14

Please sign in to comment.