OSDN Git Service

cp code from chain
authorYongfeng LI <wliyongfeng@gmail.com>
Tue, 26 Dec 2017 08:02:35 +0000 (16:02 +0800)
committerYongfeng LI <wliyongfeng@gmail.com>
Tue, 26 Dec 2017 08:02:35 +0000 (16:02 +0800)
commite54652cc9d0cfa757d33d1e2fb945a024be2b359
tree9c5bff352e2a5c739d318ae8a7a1c88edb5cd777
cp code from chain
294 files changed:
.babelrc [new file with mode: 0644]
.bootstraprc [new file with mode: 0644]
.eslintignore [new file with mode: 0644]
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/dependencies.js [new file with mode: 0755]
bin/generate.js [new file with mode: 0755]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/Root.jsx [new file with mode: 0644]
src/actions.js [new file with mode: 0644]
src/app.js [new file with mode: 0644]
src/configureStore.js [new file with mode: 0644]
src/features/accessControl/actions.js [new file with mode: 0644]
src/features/accessControl/components/AccessControlList.jsx [new file with mode: 0644]
src/features/accessControl/components/AccessControlList.scss [new file with mode: 0644]
src/features/accessControl/components/EditPolicies.jsx [new file with mode: 0644]
src/features/accessControl/components/EditPolicies.scss [new file with mode: 0644]
src/features/accessControl/components/GrantListItem.jsx [new file with mode: 0644]
src/features/accessControl/components/NewCertificate.jsx [new file with mode: 0644]
src/features/accessControl/components/NewCertificate.scss [new file with mode: 0644]
src/features/accessControl/components/NewToken.jsx [new file with mode: 0644]
src/features/accessControl/components/TokenCreateModal.jsx [new file with mode: 0644]
src/features/accessControl/constants.js [new file with mode: 0644]
src/features/accessControl/reducers.js [new file with mode: 0644]
src/features/accessControl/routes.js [new file with mode: 0644]
src/features/accessControl/selectors.js [new file with mode: 0644]
src/features/accounts/actions.js [new file with mode: 0644]
src/features/accounts/components/AccountShow.jsx [new file with mode: 0644]
src/features/accounts/components/AccountUpdate.jsx [new file with mode: 0644]
src/features/accounts/components/List.jsx [new file with mode: 0644]
src/features/accounts/components/ListItem.jsx [new file with mode: 0644]
src/features/accounts/components/New.jsx [new file with mode: 0644]
src/features/accounts/components/index.js [new file with mode: 0644]
src/features/accounts/index.js [new file with mode: 0644]
src/features/accounts/reducers.js [new file with mode: 0644]
src/features/accounts/routes.js [new file with mode: 0644]
src/features/app/actions.js [new file with mode: 0644]
src/features/app/components/Config/Config.jsx [new file with mode: 0644]
src/features/app/components/Container.jsx [new file with mode: 0644]
src/features/app/components/Loading/Loading.jsx [new file with mode: 0644]
src/features/app/components/Loading/Loading.scss [new file with mode: 0644]
src/features/app/components/Login/Login.jsx [new file with mode: 0644]
src/features/app/components/Login/Login.scss [new file with mode: 0644]
src/features/app/components/Main/Main.jsx [new file with mode: 0644]
src/features/app/components/Main/Main.scss [new file with mode: 0644]
src/features/app/components/Modal/Modal.jsx [new file with mode: 0644]
src/features/app/components/Modal/Modal.scss [new file with mode: 0644]
src/features/app/components/Navigation/Navigation.jsx [new file with mode: 0644]
src/features/app/components/Navigation/Navigation.scss [new file with mode: 0644]
src/features/app/components/SecondaryNavigation/SecondaryNavigation.jsx [new file with mode: 0644]
src/features/app/components/SecondaryNavigation/SecondaryNavigation.scss [new file with mode: 0644]
src/features/app/components/Sync/Sync.jsx [new file with mode: 0644]
src/features/app/components/Sync/Sync.scss [new file with mode: 0644]
src/features/app/components/index.js [new file with mode: 0644]
src/features/app/index.js [new file with mode: 0644]
src/features/app/reducers.js [new file with mode: 0644]
src/features/app/utils.jsx [new file with mode: 0644]
src/features/assets/actions.js [new file with mode: 0644]
src/features/assets/components/AssetShow.jsx [new file with mode: 0644]
src/features/assets/components/AssetUpdate.jsx [new file with mode: 0644]
src/features/assets/components/List.jsx [new file with mode: 0644]
src/features/assets/components/ListItem.jsx [new file with mode: 0644]
src/features/assets/components/New.jsx [new file with mode: 0644]
src/features/assets/components/index.js [new file with mode: 0644]
src/features/assets/index.js [new file with mode: 0644]
src/features/assets/reducers.js [new file with mode: 0644]
src/features/assets/routes.js [new file with mode: 0644]
src/features/balances/actions.js [new file with mode: 0644]
src/features/balances/components/List.jsx [new file with mode: 0644]
src/features/balances/components/ListItem.jsx [new file with mode: 0644]
src/features/balances/components/index.js [new file with mode: 0644]
src/features/balances/index.js [new file with mode: 0644]
src/features/balances/reducers.js [new file with mode: 0644]
src/features/balances/routes.js [new file with mode: 0644]
src/features/configuration/actions.js [new file with mode: 0644]
src/features/configuration/components/Index/Index.jsx [new file with mode: 0644]
src/features/configuration/components/Index/Index.scss [new file with mode: 0644]
src/features/configuration/components/index.js [new file with mode: 0644]
src/features/configuration/index.js [new file with mode: 0644]
src/features/configuration/routes.js [new file with mode: 0644]
src/features/core/actions.js [new file with mode: 0644]
src/features/core/components/CoreIndex/CoreIndex.jsx [new file with mode: 0644]
src/features/core/components/CoreIndex/CoreIndex.scss [new file with mode: 0644]
src/features/core/components/index.js [new file with mode: 0644]
src/features/core/index.js [new file with mode: 0644]
src/features/core/reducers.js [new file with mode: 0644]
src/features/core/routes.js [new file with mode: 0644]
src/features/mockhsm/actions.js [new file with mode: 0644]
src/features/mockhsm/components/List.jsx [new file with mode: 0644]
src/features/mockhsm/components/ListItem.jsx [new file with mode: 0644]
src/features/mockhsm/components/New.jsx [new file with mode: 0644]
src/features/mockhsm/components/index.js [new file with mode: 0644]
src/features/mockhsm/index.js [new file with mode: 0644]
src/features/mockhsm/reducers.js [new file with mode: 0644]
src/features/mockhsm/routes.js [new file with mode: 0644]
src/features/shared/actions/create.js [new file with mode: 0644]
src/features/shared/actions/index.js [new file with mode: 0644]
src/features/shared/actions/list.js [new file with mode: 0644]
src/features/shared/actions/update.js [new file with mode: 0644]
src/features/shared/components/Autocomplete/AccountAlias.jsx [new file with mode: 0644]
src/features/shared/components/Autocomplete/AssetAlias.jsx [new file with mode: 0644]
src/features/shared/components/Autocomplete/AutocompleteField.jsx [new file with mode: 0644]
src/features/shared/components/Autocomplete/AutocompleteField.scss [new file with mode: 0644]
src/features/shared/components/Autocomplete/index.js [new file with mode: 0644]
src/features/shared/components/BaseList/BaseList.jsx [new file with mode: 0644]
src/features/shared/components/BaseList/EmptyList.jsx [new file with mode: 0644]
src/features/shared/components/BaseList/EmptyList.scss [new file with mode: 0644]
src/features/shared/components/BaseNew.jsx [new file with mode: 0644]
src/features/shared/components/BaseShow.jsx [new file with mode: 0644]
src/features/shared/components/BaseUpdate.jsx [new file with mode: 0644]
src/features/shared/components/CheckboxField/CheckboxField.jsx [new file with mode: 0644]
src/features/shared/components/CheckboxField/CheckboxField.scss [new file with mode: 0644]
src/features/shared/components/CopyableBlock/CopyableBlock.jsx [new file with mode: 0644]
src/features/shared/components/CopyableBlock/CopyableBlock.scss [new file with mode: 0644]
src/features/shared/components/EmptyContent/EmptyContent.jsx [new file with mode: 0644]
src/features/shared/components/EmptyContent/EmptyContent.scss [new file with mode: 0644]
src/features/shared/components/ErrorBanner/ErrorBanner.jsx [new file with mode: 0644]
src/features/shared/components/ErrorBanner/ErrorBanner.scss [new file with mode: 0644]
src/features/shared/components/FieldLabel/FieldLabel.jsx [new file with mode: 0644]
src/features/shared/components/FieldLabel/FieldLabel.scss [new file with mode: 0644]
src/features/shared/components/Flash/Flash.jsx [new file with mode: 0644]
src/features/shared/components/Flash/Flash.scss [new file with mode: 0644]
src/features/shared/components/FormContainer/FormContainer.jsx [new file with mode: 0644]
src/features/shared/components/FormContainer/FormContainer.scss [new file with mode: 0644]
src/features/shared/components/FormSection/FormSection.jsx [new file with mode: 0644]
src/features/shared/components/FormSection/FormSection.scss [new file with mode: 0644]
src/features/shared/components/HiddenField.jsx [new file with mode: 0644]
src/features/shared/components/JsonField/JsonField.jsx [new file with mode: 0644]
src/features/shared/components/JsonField/JsonField.scss [new file with mode: 0644]
src/features/shared/components/KeyConfiguration.jsx [new file with mode: 0644]
src/features/shared/components/KeyValueTable/KeyValueTable.jsx [new file with mode: 0644]
src/features/shared/components/KeyValueTable/KeyValueTable.scss [new file with mode: 0644]
src/features/shared/components/NotFound.jsx [new file with mode: 0644]
src/features/shared/components/ObjectSelectorField/ObjectSelectorField.jsx [new file with mode: 0644]
src/features/shared/components/ObjectSelectorField/ObjectSelectorField.scss [new file with mode: 0644]
src/features/shared/components/PageContent/PageContent.jsx [new file with mode: 0644]
src/features/shared/components/PageContent/PageContent.scss [new file with mode: 0644]
src/features/shared/components/PageTitle/PageTitle.jsx [new file with mode: 0644]
src/features/shared/components/PageTitle/PageTitle.scss [new file with mode: 0644]
src/features/shared/components/Pagination/Pagination.jsx [new file with mode: 0644]
src/features/shared/components/Pagination/Pagination.scss [new file with mode: 0644]
src/features/shared/components/RawJsonButton.jsx [new file with mode: 0644]
src/features/shared/components/RelativeTime.jsx [new file with mode: 0644]
src/features/shared/components/RoutingContainer.jsx [new file with mode: 0644]
src/features/shared/components/SearchBar/SearchBar.jsx [new file with mode: 0644]
src/features/shared/components/SearchBar/SearchBar.scss [new file with mode: 0644]
src/features/shared/components/Section/Section.jsx [new file with mode: 0644]
src/features/shared/components/Section/Section.scss [new file with mode: 0644]
src/features/shared/components/SelectField.jsx [new file with mode: 0644]
src/features/shared/components/SubmitIndicator/SubmitIndicator.jsx [new file with mode: 0644]
src/features/shared/components/SubmitIndicator/SubmitIndicator.scss [new file with mode: 0644]
src/features/shared/components/TableList/TableList.jsx [new file with mode: 0644]
src/features/shared/components/TableList/TableList.scss [new file with mode: 0644]
src/features/shared/components/TextField.jsx [new file with mode: 0644]
src/features/shared/components/XpubField/XpubField.jsx [new file with mode: 0644]
src/features/shared/components/XpubField/XpubField.scss [new file with mode: 0644]
src/features/shared/components/index.js [new file with mode: 0644]
src/features/shared/index.js [new file with mode: 0644]
src/features/shared/reducers.js [new file with mode: 0644]
src/features/shared/routes.js [new file with mode: 0644]
src/features/testnet/actions.js [new file with mode: 0644]
src/features/testnet/index.js [new file with mode: 0644]
src/features/testnet/reducers.js [new file with mode: 0644]
src/features/testnet/utils.js [new file with mode: 0644]
src/features/transactionFeeds/actions.js [new file with mode: 0644]
src/features/transactionFeeds/components/List.jsx [new file with mode: 0644]
src/features/transactionFeeds/components/ListItem.jsx [new file with mode: 0644]
src/features/transactionFeeds/components/New.jsx [new file with mode: 0644]
src/features/transactionFeeds/components/index.js [new file with mode: 0644]
src/features/transactionFeeds/index.js [new file with mode: 0644]
src/features/transactionFeeds/reducers.js [new file with mode: 0644]
src/features/transactionFeeds/routes.js [new file with mode: 0644]
src/features/transactions/actions.js [new file with mode: 0644]
src/features/transactions/components/GeneratedTxHex/GeneratedTxHex.jsx [new file with mode: 0644]
src/features/transactions/components/GeneratedTxHex/GeneratedTxHex.scss [new file with mode: 0644]
src/features/transactions/components/List.jsx [new file with mode: 0644]
src/features/transactions/components/ListItem/ListItem.jsx [new file with mode: 0644]
src/features/transactions/components/ListItem/ListItem.scss [new file with mode: 0644]
src/features/transactions/components/New/FormActionItem.jsx [new file with mode: 0644]
src/features/transactions/components/New/FormActionItem.scss [new file with mode: 0644]
src/features/transactions/components/New/New.jsx [new file with mode: 0644]
src/features/transactions/components/New/New.scss [new file with mode: 0644]
src/features/transactions/components/Show.jsx [new file with mode: 0644]
src/features/transactions/components/Summary/Summary.jsx [new file with mode: 0644]
src/features/transactions/components/Summary/Summary.scss [new file with mode: 0644]
src/features/transactions/components/index.js [new file with mode: 0644]
src/features/transactions/index.js [new file with mode: 0644]
src/features/transactions/reducers.js [new file with mode: 0644]
src/features/transactions/routes.js [new file with mode: 0644]
src/features/tutorial/actions.js [new file with mode: 0644]
src/features/tutorial/components/Tutorial.jsx [new file with mode: 0644]
src/features/tutorial/components/TutorialForm/TutorialForm.jsx [new file with mode: 0644]
src/features/tutorial/components/TutorialForm/TutorialForm.scss [new file with mode: 0644]
src/features/tutorial/components/TutorialHeader/TutorialHeader.jsx [new file with mode: 0644]
src/features/tutorial/components/TutorialHeader/TutorialHeader.scss [new file with mode: 0644]
src/features/tutorial/components/TutorialInfo/TutorialInfo.jsx [new file with mode: 0644]
src/features/tutorial/components/TutorialInfo/TutorialInfo.scss [new file with mode: 0644]
src/features/tutorial/components/TutorialModal/TutorialModal.jsx [new file with mode: 0644]
src/features/tutorial/components/TutorialModal/TutorialModal.scss [new file with mode: 0644]
src/features/tutorial/index.js [new file with mode: 0644]
src/features/tutorial/reducers.js [new file with mode: 0644]
src/features/tutorial/steps.json [new file with mode: 0644]
src/features/unspents/actions.js [new file with mode: 0644]
src/features/unspents/components/List.jsx [new file with mode: 0644]
src/features/unspents/components/ListItem.jsx [new file with mode: 0644]
src/features/unspents/components/index.js [new file with mode: 0644]
src/features/unspents/index.js [new file with mode: 0644]
src/features/unspents/reducers.js [new file with mode: 0644]
src/features/unspents/routes.js [new file with mode: 0644]
src/reducers.js [new file with mode: 0644]
src/routes.js [new file with mode: 0644]
src/utility/buildInOutDisplay.js [new file with mode: 0644]
src/utility/clipboard.js [new file with mode: 0644]
src/utility/componentClassNames.js [new file with mode: 0644]
src/utility/disableAutocomplete.js [new file with mode: 0644]
src/utility/environment.js [new file with mode: 0644]
src/utility/localStorage.js [new file with mode: 0644]
src/utility/string.js [new file with mode: 0644]
src/utility/time.js [new file with mode: 0644]
static/.DS_Store [new file with mode: 0644]
static/fonts/nitti-normal.woff [new file with mode: 0644]
static/fonts/nittigrotesk-medium.woff [new file with mode: 0644]
static/fonts/nittigrotesk-normal.woff [new file with mode: 0644]
static/images/chain-favicon.png [new file with mode: 0644]
static/images/chevron-blue.png [new file with mode: 0644]
static/images/chevron-green.png [new file with mode: 0644]
static/images/chevron.png [new file with mode: 0644]
static/images/config/join-active.png [new file with mode: 0644]
static/images/config/join.png [new file with mode: 0644]
static/images/config/new-active.png [new file with mode: 0644]
static/images/config/new.png [new file with mode: 0644]
static/images/config/testnet-active.png [new file with mode: 0644]
static/images/config/testnet.png [new file with mode: 0644]
static/images/empty/account.svg [new file with mode: 0644]
static/images/empty/asset.svg [new file with mode: 0644]
static/images/empty/balance.svg [new file with mode: 0644]
static/images/empty/client_access_token.svg [new file with mode: 0644]
static/images/empty/mockhsm.svg [new file with mode: 0644]
static/images/empty/network_access_token.svg [new file with mode: 0644]
static/images/empty/transaction.svg [new file with mode: 0644]
static/images/empty/transactionFeed.svg [new file with mode: 0644]
static/images/empty/unspent.svg [new file with mode: 0644]
static/images/favicon.png [new file with mode: 0644]
static/images/logo-bytom-white.png [new file with mode: 0644]
static/images/logo-shadowed.png [new file with mode: 0644]
static/images/logo-white.png [new file with mode: 0644]
static/images/navigation/account-active.png [new file with mode: 0644]
static/images/navigation/account.png [new file with mode: 0644]
static/images/navigation/asset-active.png [new file with mode: 0644]
static/images/navigation/asset.png [new file with mode: 0644]
static/images/navigation/balance-active.png [new file with mode: 0644]
static/images/navigation/balance.png [new file with mode: 0644]
static/images/navigation/client-active.png [new file with mode: 0644]
static/images/navigation/client.png [new file with mode: 0644]
static/images/navigation/core-active.png [new file with mode: 0644]
static/images/navigation/core.png [new file with mode: 0644]
static/images/navigation/docs.png [new file with mode: 0644]
static/images/navigation/error.png [new file with mode: 0644]
static/images/navigation/feed-active.png [new file with mode: 0644]
static/images/navigation/feed.png [new file with mode: 0644]
static/images/navigation/help.png [new file with mode: 0644]
static/images/navigation/logout.png [new file with mode: 0644]
static/images/navigation/mockhsm-active.png [new file with mode: 0644]
static/images/navigation/mockhsm.png [new file with mode: 0644]
static/images/navigation/network-active.png [new file with mode: 0644]
static/images/navigation/network.png [new file with mode: 0644]
static/images/navigation/settings.png [new file with mode: 0644]
static/images/navigation/transaction-active.png [new file with mode: 0644]
static/images/navigation/transaction.png [new file with mode: 0644]
static/images/navigation/tutorial-active.png [new file with mode: 0644]
static/images/navigation/tutorial.png [new file with mode: 0644]
static/images/navigation/unspent-active.png [new file with mode: 0644]
static/images/navigation/unspent.png [new file with mode: 0644]
static/images/search.png [new file with mode: 0644]
static/images/sum.png [new file with mode: 0644]
static/styles/_body.scss [new file with mode: 0644]
static/styles/_bootstrap-overrides.scss [new file with mode: 0644]
static/styles/app.scss [new file with mode: 0644]
static/styles/resources.scss [new file with mode: 0644]
test/.eslintrc.json [new file with mode: 0644]
test/conf/wdio.browserstack.js [new file with mode: 0644]
test/conf/wdio.local.js [new file with mode: 0644]
test/helpers.js [new file with mode: 0644]
test/specs/accounts.js [new file with mode: 0644]
test/specs/app.js [new file with mode: 0644]
test/specs/assets.js [new file with mode: 0644]
test/specs/extended/empty.js [new file with mode: 0644]
test/specs/keys.js [new file with mode: 0644]
test/specs/transactions.js [new file with mode: 0644]
webpack/webpack.app.js [new file with mode: 0644]
webpack/webpack.base.js [new file with mode: 0644]
webpack/webpack.dll.js [new file with mode: 0644]