Skip to content

Latest commit

 

History

History
98 lines (70 loc) · 2.14 KB

README.md

File metadata and controls

98 lines (70 loc) · 2.14 KB

Adhereum

Sponsorship app template with ethereum/smart contracts.

Read this in other languages (Diğer diller): Türkçe, English

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing Ipfs and Truffle

This project requires Ipfs installed to work properly.

  • Default ipfs node is 46.101.182.159:5001 and it is running now
  • Ipfs configurtion is in dapp/src/index/interface.js
cloning repo
git clone https://github.com/Unichain-turkey/adhereum.git

when download finished, go into project folder
cd adhereum
now you are ready to go :)

Installing

Go into dapp/ directory. and run needed commands below.

A step by step series of examples that tell you how to get a development env running

(Truffle js coming soon...)

install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
or you can use
npm start
build for production with minification
npm run build
for more check package.json file

Running the tests

run unit tests
npm run unit
run e2e tests
npm run e2e
run all tests
npm test

Deployment

Coming Soon...

Built With

  • Vuejs - The web framework used
  • web3js - Ethereum Javascript API
  • Solidity - Contract oriented programming language

Contributing

Coming Soon...

Versioning

Coming Soon...

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Coming Soon...