Uses ReactNative to build a cross-platofrom app.
simplifies the complexities of Bitcoin and blockchain technology through analogies, aiming to provide users with an intuitive learning experience. Our goal is to serve as an educational platform where individuals can easily grasp lesser-known aspects of cryptocurrencies. We employ a blend of text, visuals, and interactive tools to achieve this, always prioritizing a user-friendly learning journey.
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
Cryptocurrencies have gained a lot of popularity in recent years, People are investing a lot of money into that market. As of April 16th 2021, Bitcoin is valued at $ 63,237. That’s the financial market side of things. Bitcoin, however, is a lot more than that. Bitcoin in it’s true sense is a decentralized peer to peer payment system. There’s no single body that lies at the heart of bitcoin. Bitcoin was truly groundbreaking when it was first announced.
The Application is divided into modules (7 of them) to maintain a consistent flow of information. Each module focuses on one aspect of Bitcoin. To move onto the next module, a user must complete the previous modules. The module names are as follows:
- What is Bitcoin?
- Address & Secret Key
- Address Generation
- What is a Bitcoin Transaction?
- Transaction Creation
- Blockchain Architecture
- Anatomy of a Transaction.
- BlockCypher API (to make transactions)
To get a local copy up and running follow these simple example steps.
- ReactNative Setup
- Set up an account on BlockCypher
- Clone the repo
git clone https://github.com/aarav22/MindBlock.git
- Enter your API Keys in
.env
- Application: APK
- Application Demo: App Demo, API Demo
- Application Wireframes: Here
- Support for bitcoin-lib-js: https://gist.github.com/coreyphillips/4d45160fed016417a5f583f179c2cbdb
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.