native-wallet / native-wallet

An Bitcoin Wallet built on React Native
Apache License 2.0
2 stars 0 forks source link

Basic Business logic implementation #2

Open victorperin opened 6 years ago

victorperin commented 6 years ago

Here we will discuss the basics for building the user business logic.

Goal: Provide suficient information to a healthy start of the business logic of the project.

Useful bases to start:

victorperin commented 6 years ago

Things like create an address, broadcast transaction, check balances.

Most part of this logic should be cointained in BitcoinJS.