This project is how to configure the React Apps by using webpack
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
So this project is my result of my Project-based learning to explore more deep about Decentralize application that build on Ethereum networks, and to know on how the simple example Ethereum blockchain integration on the website application.
Here's why and my purpose for this Learning Repository:
~~ * Counter app is most simple case study to learn on how the website application works~~
~~ * And I also want to make it more clear on how Integrate each functions on our website developer that can be store on the Ethereum blockchain networks.~~
And not forget to say thanks to spalladion for the great counter dApps repository. Your repository inspired me to add more complex implementation about this dApp projects.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
This projects is built with
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them. (if you haven't any npm
installation before)
- npm
npm install
- Clone the repo
git clone https://github.com/aruskoding-belajar/react-webpack-boilerplate.git
- Install NPM packages
npm install
- Compile the smart contract from
contratcs/Coutner.sol
npm run compile
- Running the Ganache-cli
ganache-cli
- add the
.env
file to your local environmentPROVIDER_URL=ws://localhost:8545
- you can also add your own choice local address from ganache-cli
FROM='your address from ganache-cli'
See the open issues for a list of proposed features (and known issues).
Arista - @Arista_Indra - [email protected]
Project Link: React Webpack Config