This website requires JavaScript.
Explore
Help
Sign In
status-im
/
payment-network-apps
mirror of
https://github.com/status-im/payment-network-apps.git
Watch
2
Star
0
Fork
You've already forked payment-network-apps
0
Code
Issues
Projects
Releases
Wiki
Activity
simple-wallet: move react code to /client
Browse Source
...
This commit is contained in:
Andrea Franz
2019-12-04 09:31:51 +01:00
parent
cda3dd13bd
commit
4070af8926
No known key found for this signature in database
GPG Key ID:
4F0D2F2D9DE7F29D
27 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
apps/simple-wallet/package.json → apps/simple-wallet/client/package.json
Unescape
Escape
View File
0
apps/simple-wallet/public/index.html → apps/simple-wallet/client/public/index.html
Unescape
Escape
View File
0
apps/simple-wallet/src/actions/index.js → apps/simple-wallet/client/src/actions/index.js
Unescape
Escape
View File
0
apps/simple-wallet/src/actions/transactions.ts → apps/simple-wallet/client/src/actions/transactions.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/actions/wallet.ts → apps/simple-wallet/client/src/actions/wallet.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/actions/web3.ts → apps/simple-wallet/client/src/actions/web3.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/components/App.tsx → apps/simple-wallet/client/src/components/App.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/components/NewWalletDialog.js → apps/simple-wallet/client/src/components/NewWalletDialog.js
Unescape
Escape
View File
0
apps/simple-wallet/src/components/ReceiveDialog.tsx → apps/simple-wallet/client/src/components/ReceiveDialog.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/components/TopPanel.tsx → apps/simple-wallet/client/src/components/TopPanel.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/components/TransactionsList.tsx → apps/simple-wallet/client/src/components/TransactionsList.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/components/TransactionsListItem.tsx → apps/simple-wallet/client/src/components/TransactionsListItem.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/containers/App.ts → apps/simple-wallet/client/src/containers/App.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/containers/NewWalletDialog.js → apps/simple-wallet/client/src/containers/NewWalletDialog.js
Unescape
Escape
View File
0
apps/simple-wallet/src/containers/ReceiveDialog.ts → apps/simple-wallet/client/src/containers/ReceiveDialog.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/containers/TopPanel.ts → apps/simple-wallet/client/src/containers/TopPanel.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/containers/TransactionsList.ts → apps/simple-wallet/client/src/containers/TransactionsList.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/contracts/KeycardWallet.ts → apps/simple-wallet/client/src/contracts/KeycardWallet.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/contracts/KeycardWalletFactory.ts → apps/simple-wallet/client/src/contracts/KeycardWalletFactory.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/index.tsx → apps/simple-wallet/client/src/index.tsx
Unescape
Escape
View File
0
apps/simple-wallet/src/reducers/index.ts → apps/simple-wallet/client/src/reducers/index.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/reducers/transactions.ts → apps/simple-wallet/client/src/reducers/transactions.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/reducers/wallet.ts → apps/simple-wallet/client/src/reducers/wallet.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/reducers/web3.ts → apps/simple-wallet/client/src/reducers/web3.ts
Unescape
Escape
View File
0
apps/simple-wallet/src/utils.ts → apps/simple-wallet/client/src/utils.ts
Unescape
Escape
View File
0
apps/simple-wallet/tsconfig.json → apps/simple-wallet/client/tsconfig.json
Unescape
Escape
View File
0
apps/simple-wallet/yarn.lock → apps/simple-wallet/client/yarn.lock
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
status-im/payment-network-apps
Title
Body
Create Issue