Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Non relevant information removed from README
  • Loading branch information
chrisfenos authored Feb 8, 2019
1 parent 463c836 commit bd55662
Showing 1 changed file with 1 addition and 116 deletions.
117 changes: 1 addition & 116 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,122 +1,7 @@
# WeiPay ERC20 Wallet

WeiPay is a open source cryptocurrency wallet available for both IOS and Android mobile devices.
WeiPay will support Ethereum out of the box with added support for ERC20 tokens and Bitcoin.
An api will be created to host token details on IPFS in order for any fork of the wallet to provide
uniform data to its users with the added benefits of reduced app storage space.

## WeiPay File Structure

* android
* ios
* src
+ actions
+ ActionCreator.js
+ ActionTypes.js
+ assets
+ images.js
+ btc.png
+ eth.png
+ QR-CODE.png
+ components
+ common
+ Card.js
+ CardSection.js
+ Input.js
+ Logo.js
+ contacts
+ AddContactList.js
+ AddContactListItem.js
+ tokens
+ CoinList.js
+ ListItem.js
+ CurrencyList.js
+ LanguageList.js
+ constants
+ config
+ ERC20
+ data
+ json
+ coins.json
+ fiatList.json
+ languageList.json
+ Layout.js
+ Network.js
+ Provider.js
+ Terms.js
+ navigation
+ drawer
+ index
+ stack
+ index.js
+ navigationStack.js
+ reducers
+ contacts
+ contactsReducer.js
+ fiat
+ fiatListReducer.js
+ language
+ languageListReducer.js
+ navigation
+ navigationReducer.js
+ settings
+ settingsReducer.js
+ wallet
+ NewWalletSetup.js
+ QrScannerReducer.js
+ RestoreWalletReducer.js
+ index.js
+ screens
+ menu
+ contacts
+ add
+ AddContact.js
+ AddFirstContact.js
+ index.js
+ SelectedContact.js
+ settings
+ BackupPhrase.js
+ ChangeCurrency.js
+ index.js
+ LanguageChange.js
+ Search.js
+ portfolio
+ tabs
+ PortfolioCoin.js
+ PortfolioToken.js
+ index.js
+ qr
+ QrCodeScanner.js
+ tokens
+ add
+ Coins.js
+ index.js
+ Tokens.js
+ history
+ CoinActivity.js
+ receive
+ CoinReceive.js
+ TokenReceive.js
+ send
+ CoinSend.js
+ TokenSend.js
+ setup
+ create
+ ConfirmPassphrase.js
+ CreateWalletName.js
+ GeneratePassphrase.js
+ crypto
+ EnableTokens.js
+ recover
+ CreateWalletName.js
+ RecoverWallet.js
+ terms
+ TermsAndConditions.js
+ index.js
* App.js
* index.js
* store.js
* package.json
WeiPay will support Ethereum out of the box with added support for ERC20 tokens.

# ESLINT installation
+ Locally install ESLINT module ```sudo npm install eslint --save-dev```
Expand Down

0 comments on commit bd55662

Please sign in to comment.