├── .env ├── .eslintrc ├── .gitignore ├── Dockerfile ├── Dockerrun.aws.json ├── LICENSE.md ├── README.md ├── package.json ├── public ├── assets │ ├── MetaX_Loading_Logo.png │ ├── adChain_Publisher_Registry_Logo.png │ ├── ad_chain.png │ ├── ad_chain.svg │ ├── diagrams │ │ └── adchain-registry-webapp-containers-view.png │ └── metax.png ├── favicon.ico ├── fonts │ ├── avenirnext │ │ ├── AvenirNextLTW01RegularRegular.eot │ │ ├── AvenirNextLTW01RegularRegular.ttf │ │ ├── AvenirNextLTW01RegularRegular.woff │ │ ├── demo.html │ │ └── stylesheet.css │ └── avenirnextbold │ │ ├── AvenirNextLTW01BoldRegular.eot │ │ ├── AvenirNextLTW01BoldRegular.ttf │ │ ├── AvenirNextLTW01BoldRegular.woff │ │ ├── demo.html │ │ └── stylesheet.css ├── humans.txt ├── index.html ├── manifest.json ├── style.css └── vendor │ ├── README.md │ ├── fab.min.js │ ├── highlight_solarized_dark.min.css │ ├── mailchimp_horizontal-slim-10_7.css │ ├── semantic.min.css │ ├── semantic.min.js │ ├── themes │ ├── basic │ │ └── assets │ │ │ └── fonts │ │ │ ├── icons.eot │ │ │ ├── icons.svg │ │ │ ├── icons.ttf │ │ │ └── icons.woff │ ├── default │ │ └── assets │ │ │ ├── fonts │ │ │ ├── icons.eot │ │ │ ├── icons.otf │ │ │ ├── icons.svg │ │ │ ├── icons.ttf │ │ │ ├── icons.woff │ │ │ └── icons.woff2 │ │ │ └── images │ │ │ └── flags.png │ ├── github │ │ └── assets │ │ │ └── fonts │ │ │ ├── octicons-local.ttf │ │ │ ├── octicons.svg │ │ │ ├── octicons.ttf │ │ │ └── octicons.woff │ └── material │ │ └── assets │ │ └── fonts │ │ ├── icons.eot │ │ ├── icons.svg │ │ ├── icons.ttf │ │ └── icons.woff │ ├── toastr.css │ ├── web3-1.0.min.js │ └── web3.min.js ├── src ├── App.js ├── App.test.js ├── components │ ├── AdChainList.js │ ├── AdtCalculator.css │ ├── AdtCalculator.js │ ├── CountdownSnapshot.css │ ├── CountdownSnapshot.js │ ├── CountdownText.css │ ├── CountdownText.js │ ├── DocumentLoadingComponent.css │ ├── DocumentLoadingComponent.js │ ├── EmailConfirmationModal.css │ ├── EmailConfirmationModal.js │ ├── Identicon.css │ ├── Identicon.js │ ├── MainContainer.css │ ├── MainContainer.js │ ├── RefreshInProgressContainer.css │ ├── RefreshInProgressContainer.js │ ├── RocketChat.js │ ├── StatProgressBar.css │ ├── StatProgressBar.js │ ├── Tooltip.js │ ├── TransactionProgressModal.css │ ├── TransactionProgressModal.js │ ├── WelcomeModal.css │ ├── WelcomeModal.js │ ├── adblock │ │ ├── AdBlockAlert.css │ │ └── AdBlockAlert.js │ ├── airswap │ │ └── AirSwap.js │ ├── assets │ │ ├── DASHBOARD.svg │ │ ├── HELP.svg │ │ ├── PARAMETERS.svg │ │ ├── SOCIALS (OPEN).svg │ │ ├── SOCIALS.svg │ │ ├── TOOLS.svg │ │ ├── WWW.svg │ │ ├── ad_chain.png │ │ ├── ad_chain_logo_white_text.png │ │ ├── adchain_publisher_logo.svg │ │ ├── adtoken_icon.svg │ │ ├── adtoken_logo.png │ │ ├── adtoken_logo_white.png │ │ ├── apply_icon.svg │ │ ├── certificate_blue.png │ │ ├── certificate_blue_circle.png │ │ ├── cylinder_blue_lock_circle.png │ │ ├── cylinder_lock_blue.png │ │ ├── dollar_blue_circle.png │ │ ├── dollar_circle_blue.png │ │ ├── domains_icon.svg │ │ ├── domainstable_inapplication.png │ │ ├── domainstable_incommit.png │ │ ├── domainstable_inreveal.png │ │ ├── ethereum_purple_logo.png │ │ ├── expand_blue_circle.png │ │ ├── expand_circle_blue.png │ │ ├── filter_icon.svg │ │ ├── get_toshi_button.png │ │ ├── governance_icon.svg │ │ ├── governx_logo.svg │ │ ├── green_check.svg │ │ ├── info_blue.svg │ │ ├── info_gray.svg │ │ ├── info_white.svg │ │ ├── metax_logo_white_text.png │ │ ├── node_links_blue.png │ │ ├── player_check_circle_blue.png │ │ ├── red_x.svg │ │ ├── reddit_icon_orange.svg │ │ ├── reddit_icon_white.svg │ │ ├── right_caret.png │ │ ├── stage_maps │ │ │ ├── map_application.svg │ │ │ ├── map_commit.svg │ │ │ ├── map_in_application_pending.svg │ │ │ ├── map_in_registry_challenge_id.svg │ │ │ ├── map_in_registry_challenge_id_commit.svg │ │ │ ├── map_in_registry_no_id.svg │ │ │ ├── map_in_registry_no_id_rejected.svg │ │ │ ├── map_in_registry_no_id_reveal.svg │ │ │ ├── map_in_registry_no_id_reveal_pending.svg │ │ │ ├── map_registry_challenge_id_registry.svg │ │ │ ├── map_registry_challenge_id_rejected.svg │ │ │ ├── map_registry_challenge_id_reveal.svg │ │ │ ├── map_registry_challenge_id_reveal_pending.svg │ │ │ ├── map_registry_no_id_registry.svg │ │ │ ├── map_registry_no_id_voting.svg │ │ │ ├── map_rejected.svg │ │ │ ├── map_reveal.svg │ │ │ ├── map_reveal_pending.svg │ │ │ ├── map_withdraw_challenge_id.svg │ │ │ ├── map_withdraw_no_id.svg │ │ │ ├── map_withdrawn_challenge_id.svg │ │ │ └── map_withdrawn_no_id.svg │ │ ├── white_text_adchain_logo.svg │ │ ├── white_text_adtoken_logo.svg │ │ └── white_text_metax_logo.svg │ ├── dashboard │ │ ├── AccountDashboard.css │ │ ├── AccountDashboard.js │ │ ├── AccountDashboardLoadingInProgress.css │ │ ├── AccountDashboardLoadingInProgress.js │ │ ├── AccountStatsbar.css │ │ ├── AccountStatsbar.js │ │ ├── ClaimRewardContainer.js │ │ ├── DomainClaimRewardInProgressContainer.js │ │ ├── ExpiredVotingADT.js │ │ ├── RequestTokenApprovalContainer.css │ │ ├── RequestTokenApprovalContainer.js │ │ ├── RequestVotingRightsContainer.css │ │ ├── RequestVotingRightsContainer.js │ │ ├── UserAppliedDomains.css │ │ ├── UserAppliedDomains.js │ │ ├── UserChallengedDomains.css │ │ ├── UserChallengedDomains.js │ │ ├── UserCommitsToReveal.css │ │ ├── UserCommitsToReveal.js │ │ ├── UserRewardsToClaim.css │ │ ├── UserRewardsToClaim.js │ │ ├── WithdrawVotingRightsContainer.css │ │ └── WithdrawVotingRightsContainer.js │ ├── domains │ │ ├── DomainEmailNotifications.css │ │ ├── DomainEmailNotifications.js │ │ ├── DomainsContainer.css │ │ ├── DomainsContainer.js │ │ ├── DomainsFilterPanel.css │ │ ├── DomainsFilterPanel.js │ │ ├── DomainsTable.css │ │ └── DomainsTable.js │ ├── governance │ │ ├── CreateProposal.css │ │ ├── CreateProposal.js │ │ ├── GovernanceAndCoreParameters.css │ │ ├── GovernanceAndCoreParameters.js │ │ ├── GovernanceChallengeContainer.js │ │ ├── GovernanceContainer.js │ │ ├── GovernanceRewardsTable.js │ │ ├── GovernanceVoteCommitContainer.js │ │ ├── GovernanceVoteRevealContainer.js │ │ ├── OpenProposalsTable.css │ │ └── OpenProposalsTable.js │ ├── mobile_nav │ │ ├── MobileApplication.css │ │ ├── MobileApplication.js │ │ ├── MobileNavigation.css │ │ └── MobileNavigation.js │ ├── reddit │ │ ├── DomainRedditBox.css │ │ ├── DomainRedditBox.js │ │ ├── RedditConfirmationModal.css │ │ ├── RedditConfirmationModal.js │ │ ├── RedditReasonModal.css │ │ └── RedditReasonModal.js │ ├── registry_guide │ │ ├── RegistryGuideModal.css │ │ ├── RegistryGuideModal.js │ │ ├── RegistryGuideModalAdchainRegistry.css │ │ ├── RegistryGuideModalAdchainRegistry.js │ │ ├── RegistryGuideModalChallengeDomain.js │ │ ├── RegistryGuideModalCommitVote.js │ │ ├── RegistryGuideModalDomainJourney.css │ │ ├── RegistryGuideModalDomainJourney.js │ │ ├── RegistryGuideModalGovernance.css │ │ ├── RegistryGuideModalGovernance.js │ │ ├── RegistryGuideModalRevealVote.css │ │ ├── RegistryGuideModalRevealVote.js │ │ ├── RegistryGuideStaticChallenge.css │ │ ├── RegistryGuideStaticChallenge.js │ │ ├── RegistryGuideStaticDashboard.css │ │ ├── RegistryGuideStaticDashboard.js │ │ ├── RegistryGuideStaticDomainJourney.js │ │ ├── RegistryGuideStaticDomainsTable.css │ │ ├── RegistryGuideStaticDomainsTable.js │ │ ├── RegistryGuideStaticInRegistry.css │ │ ├── RegistryGuideStaticInRegistry.js │ │ ├── RegistryGuideStaticReveal.css │ │ ├── RegistryGuideStaticReveal.js │ │ ├── RegistryGuideStaticVoting.css │ │ ├── RegistryGuideStaticVoting.js │ │ ├── RegistryWalkthrough.js │ │ └── WalkthroughSteps.js │ ├── sidebar │ │ ├── MainSidebar.css │ │ ├── MainSidebar.js │ │ ├── PublisherApplicationFormInProgress.css │ │ ├── PublisherApplicationFormInProgress.js │ │ ├── SideBarApplicationContainer.css │ │ └── SideBarApplicationContainer.js │ ├── single_domain │ │ ├── DomainChallengeContainer.css │ │ ├── DomainChallengeContainer.js │ │ ├── DomainHistory.js │ │ ├── DomainInRegistryContainer.css │ │ ├── DomainInRegistryContainer.js │ │ ├── DomainNeverAppliedContainer.js │ │ ├── DomainNotInRegistryContainer.css │ │ ├── DomainNotInRegistryContainer.js │ │ ├── DomainPendingContainer.css │ │ ├── DomainPendingContainer.js │ │ ├── DomainProfile.css │ │ ├── DomainProfile.js │ │ ├── DomainProfileActionContainer.css │ │ ├── DomainProfileActionContainer.js │ │ ├── DomainProfileComments.css │ │ ├── DomainProfileComments.js │ │ ├── DomainProfileHeader.css │ │ ├── DomainProfileHeader.js │ │ ├── DomainProfileStageMap.css │ │ ├── DomainProfileStageMap.js │ │ ├── DomainRejectedContainer.css │ │ ├── DomainRejectedContainer.js │ │ ├── DomainScamReport.css │ │ ├── DomainScamReport.js │ │ ├── DomainStatsbar.css │ │ ├── DomainStatsbar.js │ │ ├── DomainVoteCommitContainer.css │ │ ├── DomainVoteCommitContainer.js │ │ ├── DomainVoteRevealContainer.css │ │ ├── DomainVoteRevealContainer.js │ │ ├── DomainVoteTokenDistribution.css │ │ ├── DomainVoteTokenDistribution.js │ │ ├── IndividualGuideModal.css │ │ └── IndividualGuideModal.js │ └── topbar │ │ ├── MainTopbar.css │ │ └── MainTopbar.js ├── config │ └── index.js ├── index.css ├── index.js ├── models │ ├── mobileNav.js │ ├── network.js │ ├── parameters.js │ └── urls.js ├── polyfills │ ├── dotenv │ │ └── main.js │ └── pify │ │ └── index.js ├── registerServiceWorker.js ├── services │ ├── ipfs.js │ ├── parameterizer.js │ ├── plcr.js │ ├── priceStats.js │ ├── provider.js │ ├── redditActions.js │ ├── registry.js │ ├── token.js │ └── web3.js ├── store.js └── utils │ ├── calculateGas.js │ ├── detectNetwork.js │ ├── estimatedTxTime.js │ ├── getDomainHistory.js │ ├── getDomainState.js │ ├── getTxReceiptMined.js │ ├── isExpired.js │ ├── normalizeQueryObj.js │ ├── postJson.js │ ├── randomSalt.js │ ├── renderAirSwap.js │ ├── saltHashVote.js │ ├── saveFile.js │ └── toCurrency.js └── yarn.lock /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/.env -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/.eslintrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerrun.aws.json: -------------------------------------------------------------------------------- 1 | { 2 | "AWSEBDockerrunVersion": 1 3 | } 4 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/package.json -------------------------------------------------------------------------------- /public/assets/MetaX_Loading_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/MetaX_Loading_Logo.png -------------------------------------------------------------------------------- /public/assets/adChain_Publisher_Registry_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/adChain_Publisher_Registry_Logo.png -------------------------------------------------------------------------------- /public/assets/ad_chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/ad_chain.png -------------------------------------------------------------------------------- /public/assets/ad_chain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/ad_chain.svg -------------------------------------------------------------------------------- /public/assets/diagrams/adchain-registry-webapp-containers-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/diagrams/adchain-registry-webapp-containers-view.png -------------------------------------------------------------------------------- /public/assets/metax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/assets/metax.png -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/fonts/avenirnext/AvenirNextLTW01RegularRegular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnext/AvenirNextLTW01RegularRegular.eot -------------------------------------------------------------------------------- /public/fonts/avenirnext/AvenirNextLTW01RegularRegular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnext/AvenirNextLTW01RegularRegular.ttf -------------------------------------------------------------------------------- /public/fonts/avenirnext/AvenirNextLTW01RegularRegular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnext/AvenirNextLTW01RegularRegular.woff -------------------------------------------------------------------------------- /public/fonts/avenirnext/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnext/demo.html -------------------------------------------------------------------------------- /public/fonts/avenirnext/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnext/stylesheet.css -------------------------------------------------------------------------------- /public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.eot -------------------------------------------------------------------------------- /public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.ttf -------------------------------------------------------------------------------- /public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnextbold/AvenirNextLTW01BoldRegular.woff -------------------------------------------------------------------------------- /public/fonts/avenirnextbold/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnextbold/demo.html -------------------------------------------------------------------------------- /public/fonts/avenirnextbold/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/fonts/avenirnextbold/stylesheet.css -------------------------------------------------------------------------------- /public/humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/humans.txt -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/index.html -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/manifest.json -------------------------------------------------------------------------------- /public/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/style.css -------------------------------------------------------------------------------- /public/vendor/README.md: -------------------------------------------------------------------------------- 1 | `themes/` contains semantic ui fonts 2 | -------------------------------------------------------------------------------- /public/vendor/fab.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/fab.min.js -------------------------------------------------------------------------------- /public/vendor/highlight_solarized_dark.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/highlight_solarized_dark.min.css -------------------------------------------------------------------------------- /public/vendor/mailchimp_horizontal-slim-10_7.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/mailchimp_horizontal-slim-10_7.css -------------------------------------------------------------------------------- /public/vendor/semantic.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/semantic.min.css -------------------------------------------------------------------------------- /public/vendor/semantic.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/semantic.min.js -------------------------------------------------------------------------------- /public/vendor/themes/basic/assets/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/basic/assets/fonts/icons.eot -------------------------------------------------------------------------------- /public/vendor/themes/basic/assets/fonts/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/basic/assets/fonts/icons.svg -------------------------------------------------------------------------------- /public/vendor/themes/basic/assets/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/basic/assets/fonts/icons.ttf -------------------------------------------------------------------------------- /public/vendor/themes/basic/assets/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/basic/assets/fonts/icons.woff -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.eot -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.otf -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.svg -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.ttf -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.woff -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/fonts/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/fonts/icons.woff2 -------------------------------------------------------------------------------- /public/vendor/themes/default/assets/images/flags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/default/assets/images/flags.png -------------------------------------------------------------------------------- /public/vendor/themes/github/assets/fonts/octicons-local.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/github/assets/fonts/octicons-local.ttf -------------------------------------------------------------------------------- /public/vendor/themes/github/assets/fonts/octicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/github/assets/fonts/octicons.svg -------------------------------------------------------------------------------- /public/vendor/themes/github/assets/fonts/octicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/github/assets/fonts/octicons.ttf -------------------------------------------------------------------------------- /public/vendor/themes/github/assets/fonts/octicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/github/assets/fonts/octicons.woff -------------------------------------------------------------------------------- /public/vendor/themes/material/assets/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/material/assets/fonts/icons.eot -------------------------------------------------------------------------------- /public/vendor/themes/material/assets/fonts/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/material/assets/fonts/icons.svg -------------------------------------------------------------------------------- /public/vendor/themes/material/assets/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/material/assets/fonts/icons.ttf -------------------------------------------------------------------------------- /public/vendor/themes/material/assets/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/themes/material/assets/fonts/icons.woff -------------------------------------------------------------------------------- /public/vendor/toastr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/toastr.css -------------------------------------------------------------------------------- /public/vendor/web3-1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/web3-1.0.min.js -------------------------------------------------------------------------------- /public/vendor/web3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/public/vendor/web3.min.js -------------------------------------------------------------------------------- /src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/App.js -------------------------------------------------------------------------------- /src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/App.test.js -------------------------------------------------------------------------------- /src/components/AdChainList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/AdChainList.js -------------------------------------------------------------------------------- /src/components/AdtCalculator.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/AdtCalculator.css -------------------------------------------------------------------------------- /src/components/AdtCalculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/AdtCalculator.js -------------------------------------------------------------------------------- /src/components/CountdownSnapshot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/CountdownSnapshot.css -------------------------------------------------------------------------------- /src/components/CountdownSnapshot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/CountdownSnapshot.js -------------------------------------------------------------------------------- /src/components/CountdownText.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/CountdownText.css -------------------------------------------------------------------------------- /src/components/CountdownText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/CountdownText.js -------------------------------------------------------------------------------- /src/components/DocumentLoadingComponent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/DocumentLoadingComponent.css -------------------------------------------------------------------------------- /src/components/DocumentLoadingComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/DocumentLoadingComponent.js -------------------------------------------------------------------------------- /src/components/EmailConfirmationModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/EmailConfirmationModal.css -------------------------------------------------------------------------------- /src/components/EmailConfirmationModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/EmailConfirmationModal.js -------------------------------------------------------------------------------- /src/components/Identicon.css: -------------------------------------------------------------------------------- 1 | .Identicon { 2 | display: inline-block; 3 | overflow: hidden; 4 | } 5 | -------------------------------------------------------------------------------- /src/components/Identicon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/Identicon.js -------------------------------------------------------------------------------- /src/components/MainContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/MainContainer.css -------------------------------------------------------------------------------- /src/components/MainContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/MainContainer.js -------------------------------------------------------------------------------- /src/components/RefreshInProgressContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/RefreshInProgressContainer.css -------------------------------------------------------------------------------- /src/components/RefreshInProgressContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/RefreshInProgressContainer.js -------------------------------------------------------------------------------- /src/components/RocketChat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/RocketChat.js -------------------------------------------------------------------------------- /src/components/StatProgressBar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/StatProgressBar.css -------------------------------------------------------------------------------- /src/components/StatProgressBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/StatProgressBar.js -------------------------------------------------------------------------------- /src/components/Tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/Tooltip.js -------------------------------------------------------------------------------- /src/components/TransactionProgressModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/TransactionProgressModal.css -------------------------------------------------------------------------------- /src/components/TransactionProgressModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/TransactionProgressModal.js -------------------------------------------------------------------------------- /src/components/WelcomeModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/WelcomeModal.css -------------------------------------------------------------------------------- /src/components/WelcomeModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/WelcomeModal.js -------------------------------------------------------------------------------- /src/components/adblock/AdBlockAlert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/adblock/AdBlockAlert.css -------------------------------------------------------------------------------- /src/components/adblock/AdBlockAlert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/adblock/AdBlockAlert.js -------------------------------------------------------------------------------- /src/components/airswap/AirSwap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/airswap/AirSwap.js -------------------------------------------------------------------------------- /src/components/assets/DASHBOARD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/DASHBOARD.svg -------------------------------------------------------------------------------- /src/components/assets/HELP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/HELP.svg -------------------------------------------------------------------------------- /src/components/assets/PARAMETERS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/PARAMETERS.svg -------------------------------------------------------------------------------- /src/components/assets/SOCIALS (OPEN).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/SOCIALS (OPEN).svg -------------------------------------------------------------------------------- /src/components/assets/SOCIALS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/SOCIALS.svg -------------------------------------------------------------------------------- /src/components/assets/TOOLS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/TOOLS.svg -------------------------------------------------------------------------------- /src/components/assets/WWW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/WWW.svg -------------------------------------------------------------------------------- /src/components/assets/ad_chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/ad_chain.png -------------------------------------------------------------------------------- /src/components/assets/ad_chain_logo_white_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/ad_chain_logo_white_text.png -------------------------------------------------------------------------------- /src/components/assets/adchain_publisher_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/adchain_publisher_logo.svg -------------------------------------------------------------------------------- /src/components/assets/adtoken_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/adtoken_icon.svg -------------------------------------------------------------------------------- /src/components/assets/adtoken_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/adtoken_logo.png -------------------------------------------------------------------------------- /src/components/assets/adtoken_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/adtoken_logo_white.png -------------------------------------------------------------------------------- /src/components/assets/apply_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/apply_icon.svg -------------------------------------------------------------------------------- /src/components/assets/certificate_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/certificate_blue.png -------------------------------------------------------------------------------- /src/components/assets/certificate_blue_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/certificate_blue_circle.png -------------------------------------------------------------------------------- /src/components/assets/cylinder_blue_lock_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/cylinder_blue_lock_circle.png -------------------------------------------------------------------------------- /src/components/assets/cylinder_lock_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/cylinder_lock_blue.png -------------------------------------------------------------------------------- /src/components/assets/dollar_blue_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/dollar_blue_circle.png -------------------------------------------------------------------------------- /src/components/assets/dollar_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/dollar_circle_blue.png -------------------------------------------------------------------------------- /src/components/assets/domains_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/domains_icon.svg -------------------------------------------------------------------------------- /src/components/assets/domainstable_inapplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/domainstable_inapplication.png -------------------------------------------------------------------------------- /src/components/assets/domainstable_incommit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/domainstable_incommit.png -------------------------------------------------------------------------------- /src/components/assets/domainstable_inreveal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/domainstable_inreveal.png -------------------------------------------------------------------------------- /src/components/assets/ethereum_purple_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/ethereum_purple_logo.png -------------------------------------------------------------------------------- /src/components/assets/expand_blue_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/expand_blue_circle.png -------------------------------------------------------------------------------- /src/components/assets/expand_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/expand_circle_blue.png -------------------------------------------------------------------------------- /src/components/assets/filter_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/filter_icon.svg -------------------------------------------------------------------------------- /src/components/assets/get_toshi_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/get_toshi_button.png -------------------------------------------------------------------------------- /src/components/assets/governance_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/governance_icon.svg -------------------------------------------------------------------------------- /src/components/assets/governx_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/governx_logo.svg -------------------------------------------------------------------------------- /src/components/assets/green_check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/green_check.svg -------------------------------------------------------------------------------- /src/components/assets/info_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/info_blue.svg -------------------------------------------------------------------------------- /src/components/assets/info_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/info_gray.svg -------------------------------------------------------------------------------- /src/components/assets/info_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/info_white.svg -------------------------------------------------------------------------------- /src/components/assets/metax_logo_white_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/metax_logo_white_text.png -------------------------------------------------------------------------------- /src/components/assets/node_links_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/node_links_blue.png -------------------------------------------------------------------------------- /src/components/assets/player_check_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/player_check_circle_blue.png -------------------------------------------------------------------------------- /src/components/assets/red_x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/red_x.svg -------------------------------------------------------------------------------- /src/components/assets/reddit_icon_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/reddit_icon_orange.svg -------------------------------------------------------------------------------- /src/components/assets/reddit_icon_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/reddit_icon_white.svg -------------------------------------------------------------------------------- /src/components/assets/right_caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/right_caret.png -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_application.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_application.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_commit.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_application_pending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_application_pending.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_challenge_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_challenge_id.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_challenge_id_commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_challenge_id_commit.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_no_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_no_id.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_no_id_rejected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_no_id_rejected.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_no_id_reveal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_no_id_reveal.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_in_registry_no_id_reveal_pending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_in_registry_no_id_reveal_pending.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_challenge_id_registry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_challenge_id_registry.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_challenge_id_rejected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_challenge_id_rejected.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_challenge_id_reveal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_challenge_id_reveal.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_challenge_id_reveal_pending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_challenge_id_reveal_pending.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_no_id_registry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_no_id_registry.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_registry_no_id_voting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_registry_no_id_voting.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_rejected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_rejected.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_reveal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_reveal.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_reveal_pending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_reveal_pending.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_withdraw_challenge_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_withdraw_challenge_id.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_withdraw_no_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_withdraw_no_id.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_withdrawn_challenge_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_withdrawn_challenge_id.svg -------------------------------------------------------------------------------- /src/components/assets/stage_maps/map_withdrawn_no_id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/stage_maps/map_withdrawn_no_id.svg -------------------------------------------------------------------------------- /src/components/assets/white_text_adchain_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/white_text_adchain_logo.svg -------------------------------------------------------------------------------- /src/components/assets/white_text_adtoken_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/white_text_adtoken_logo.svg -------------------------------------------------------------------------------- /src/components/assets/white_text_metax_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/assets/white_text_metax_logo.svg -------------------------------------------------------------------------------- /src/components/dashboard/AccountDashboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountDashboard.css -------------------------------------------------------------------------------- /src/components/dashboard/AccountDashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountDashboard.js -------------------------------------------------------------------------------- /src/components/dashboard/AccountDashboardLoadingInProgress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountDashboardLoadingInProgress.css -------------------------------------------------------------------------------- /src/components/dashboard/AccountDashboardLoadingInProgress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountDashboardLoadingInProgress.js -------------------------------------------------------------------------------- /src/components/dashboard/AccountStatsbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountStatsbar.css -------------------------------------------------------------------------------- /src/components/dashboard/AccountStatsbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/AccountStatsbar.js -------------------------------------------------------------------------------- /src/components/dashboard/ClaimRewardContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/ClaimRewardContainer.js -------------------------------------------------------------------------------- /src/components/dashboard/DomainClaimRewardInProgressContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/DomainClaimRewardInProgressContainer.js -------------------------------------------------------------------------------- /src/components/dashboard/ExpiredVotingADT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/ExpiredVotingADT.js -------------------------------------------------------------------------------- /src/components/dashboard/RequestTokenApprovalContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/RequestTokenApprovalContainer.css -------------------------------------------------------------------------------- /src/components/dashboard/RequestTokenApprovalContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/RequestTokenApprovalContainer.js -------------------------------------------------------------------------------- /src/components/dashboard/RequestVotingRightsContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/RequestVotingRightsContainer.css -------------------------------------------------------------------------------- /src/components/dashboard/RequestVotingRightsContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/RequestVotingRightsContainer.js -------------------------------------------------------------------------------- /src/components/dashboard/UserAppliedDomains.css: -------------------------------------------------------------------------------- 1 | .DashboardFirstCell:hover{ 2 | cursor: pointer; 3 | text-decoration:underline; 4 | } -------------------------------------------------------------------------------- /src/components/dashboard/UserAppliedDomains.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserAppliedDomains.js -------------------------------------------------------------------------------- /src/components/dashboard/UserChallengedDomains.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/dashboard/UserChallengedDomains.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserChallengedDomains.js -------------------------------------------------------------------------------- /src/components/dashboard/UserCommitsToReveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserCommitsToReveal.css -------------------------------------------------------------------------------- /src/components/dashboard/UserCommitsToReveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserCommitsToReveal.js -------------------------------------------------------------------------------- /src/components/dashboard/UserRewardsToClaim.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserRewardsToClaim.css -------------------------------------------------------------------------------- /src/components/dashboard/UserRewardsToClaim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/UserRewardsToClaim.js -------------------------------------------------------------------------------- /src/components/dashboard/WithdrawVotingRightsContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/WithdrawVotingRightsContainer.css -------------------------------------------------------------------------------- /src/components/dashboard/WithdrawVotingRightsContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/dashboard/WithdrawVotingRightsContainer.js -------------------------------------------------------------------------------- /src/components/domains/DomainEmailNotifications.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainEmailNotifications.css -------------------------------------------------------------------------------- /src/components/domains/DomainEmailNotifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainEmailNotifications.js -------------------------------------------------------------------------------- /src/components/domains/DomainsContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsContainer.css -------------------------------------------------------------------------------- /src/components/domains/DomainsContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsContainer.js -------------------------------------------------------------------------------- /src/components/domains/DomainsFilterPanel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsFilterPanel.css -------------------------------------------------------------------------------- /src/components/domains/DomainsFilterPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsFilterPanel.js -------------------------------------------------------------------------------- /src/components/domains/DomainsTable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsTable.css -------------------------------------------------------------------------------- /src/components/domains/DomainsTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/domains/DomainsTable.js -------------------------------------------------------------------------------- /src/components/governance/CreateProposal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/CreateProposal.css -------------------------------------------------------------------------------- /src/components/governance/CreateProposal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/CreateProposal.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceAndCoreParameters.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceAndCoreParameters.css -------------------------------------------------------------------------------- /src/components/governance/GovernanceAndCoreParameters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceAndCoreParameters.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceChallengeContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceChallengeContainer.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceContainer.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceRewardsTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceRewardsTable.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceVoteCommitContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceVoteCommitContainer.js -------------------------------------------------------------------------------- /src/components/governance/GovernanceVoteRevealContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/GovernanceVoteRevealContainer.js -------------------------------------------------------------------------------- /src/components/governance/OpenProposalsTable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/OpenProposalsTable.css -------------------------------------------------------------------------------- /src/components/governance/OpenProposalsTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/governance/OpenProposalsTable.js -------------------------------------------------------------------------------- /src/components/mobile_nav/MobileApplication.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/mobile_nav/MobileApplication.css -------------------------------------------------------------------------------- /src/components/mobile_nav/MobileApplication.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/mobile_nav/MobileApplication.js -------------------------------------------------------------------------------- /src/components/mobile_nav/MobileNavigation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/mobile_nav/MobileNavigation.css -------------------------------------------------------------------------------- /src/components/mobile_nav/MobileNavigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/mobile_nav/MobileNavigation.js -------------------------------------------------------------------------------- /src/components/reddit/DomainRedditBox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/DomainRedditBox.css -------------------------------------------------------------------------------- /src/components/reddit/DomainRedditBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/DomainRedditBox.js -------------------------------------------------------------------------------- /src/components/reddit/RedditConfirmationModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/RedditConfirmationModal.css -------------------------------------------------------------------------------- /src/components/reddit/RedditConfirmationModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/RedditConfirmationModal.js -------------------------------------------------------------------------------- /src/components/reddit/RedditReasonModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/RedditReasonModal.css -------------------------------------------------------------------------------- /src/components/reddit/RedditReasonModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/reddit/RedditReasonModal.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModal.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModal.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalAdchainRegistry.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalAdchainRegistry.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalAdchainRegistry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalAdchainRegistry.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalChallengeDomain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalChallengeDomain.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalCommitVote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalCommitVote.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalDomainJourney.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalDomainJourney.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalDomainJourney.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalDomainJourney.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalGovernance.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalGovernance.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalGovernance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalGovernance.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalRevealVote.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideModalRevealVote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideModalRevealVote.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticChallenge.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticChallenge.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticChallenge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticChallenge.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticDashboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticDashboard.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticDashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticDashboard.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticDomainJourney.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticDomainJourney.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticDomainsTable.css: -------------------------------------------------------------------------------- 1 | .RegistryGuideStaticDomainsTable img { 2 | width: 100%; 3 | } -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticDomainsTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticDomainsTable.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticInRegistry.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticInRegistry.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticInRegistry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticInRegistry.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticReveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticReveal.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticReveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticReveal.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticVoting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticVoting.css -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryGuideStaticVoting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryGuideStaticVoting.js -------------------------------------------------------------------------------- /src/components/registry_guide/RegistryWalkthrough.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/RegistryWalkthrough.js -------------------------------------------------------------------------------- /src/components/registry_guide/WalkthroughSteps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/registry_guide/WalkthroughSteps.js -------------------------------------------------------------------------------- /src/components/sidebar/MainSidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/MainSidebar.css -------------------------------------------------------------------------------- /src/components/sidebar/MainSidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/MainSidebar.js -------------------------------------------------------------------------------- /src/components/sidebar/PublisherApplicationFormInProgress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/PublisherApplicationFormInProgress.css -------------------------------------------------------------------------------- /src/components/sidebar/PublisherApplicationFormInProgress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/PublisherApplicationFormInProgress.js -------------------------------------------------------------------------------- /src/components/sidebar/SideBarApplicationContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/SideBarApplicationContainer.css -------------------------------------------------------------------------------- /src/components/sidebar/SideBarApplicationContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/sidebar/SideBarApplicationContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainChallengeContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainChallengeContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainChallengeContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainChallengeContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainHistory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainHistory.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainInRegistryContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainInRegistryContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainInRegistryContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainInRegistryContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainNeverAppliedContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainNeverAppliedContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainNotInRegistryContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainNotInRegistryContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainNotInRegistryContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainNotInRegistryContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainPendingContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainPendingContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainPendingContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainPendingContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfile.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfile.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileActionContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileActionContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileActionContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileActionContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileComments.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileComments.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileComments.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileHeader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileHeader.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileHeader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileHeader.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileStageMap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileStageMap.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainProfileStageMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainProfileStageMap.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainRejectedContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainRejectedContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainRejectedContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainRejectedContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainScamReport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainScamReport.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainScamReport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainScamReport.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainStatsbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainStatsbar.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainStatsbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainStatsbar.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteCommitContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteCommitContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteCommitContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteCommitContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteRevealContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteRevealContainer.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteRevealContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteRevealContainer.js -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteTokenDistribution.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteTokenDistribution.css -------------------------------------------------------------------------------- /src/components/single_domain/DomainVoteTokenDistribution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/DomainVoteTokenDistribution.js -------------------------------------------------------------------------------- /src/components/single_domain/IndividualGuideModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/IndividualGuideModal.css -------------------------------------------------------------------------------- /src/components/single_domain/IndividualGuideModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/single_domain/IndividualGuideModal.js -------------------------------------------------------------------------------- /src/components/topbar/MainTopbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/topbar/MainTopbar.css -------------------------------------------------------------------------------- /src/components/topbar/MainTopbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/components/topbar/MainTopbar.js -------------------------------------------------------------------------------- /src/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/config/index.js -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/index.css -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/index.js -------------------------------------------------------------------------------- /src/models/mobileNav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/models/mobileNav.js -------------------------------------------------------------------------------- /src/models/network.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/models/network.js -------------------------------------------------------------------------------- /src/models/parameters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/models/parameters.js -------------------------------------------------------------------------------- /src/models/urls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/models/urls.js -------------------------------------------------------------------------------- /src/polyfills/dotenv/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/polyfills/dotenv/main.js -------------------------------------------------------------------------------- /src/polyfills/pify/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/polyfills/pify/index.js -------------------------------------------------------------------------------- /src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/registerServiceWorker.js -------------------------------------------------------------------------------- /src/services/ipfs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/ipfs.js -------------------------------------------------------------------------------- /src/services/parameterizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/parameterizer.js -------------------------------------------------------------------------------- /src/services/plcr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/plcr.js -------------------------------------------------------------------------------- /src/services/priceStats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/priceStats.js -------------------------------------------------------------------------------- /src/services/provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/provider.js -------------------------------------------------------------------------------- /src/services/redditActions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/redditActions.js -------------------------------------------------------------------------------- /src/services/registry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/registry.js -------------------------------------------------------------------------------- /src/services/token.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/token.js -------------------------------------------------------------------------------- /src/services/web3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/services/web3.js -------------------------------------------------------------------------------- /src/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/store.js -------------------------------------------------------------------------------- /src/utils/calculateGas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/calculateGas.js -------------------------------------------------------------------------------- /src/utils/detectNetwork.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/detectNetwork.js -------------------------------------------------------------------------------- /src/utils/estimatedTxTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/estimatedTxTime.js -------------------------------------------------------------------------------- /src/utils/getDomainHistory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/getDomainHistory.js -------------------------------------------------------------------------------- /src/utils/getDomainState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/getDomainState.js -------------------------------------------------------------------------------- /src/utils/getTxReceiptMined.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/getTxReceiptMined.js -------------------------------------------------------------------------------- /src/utils/isExpired.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/isExpired.js -------------------------------------------------------------------------------- /src/utils/normalizeQueryObj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/normalizeQueryObj.js -------------------------------------------------------------------------------- /src/utils/postJson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/postJson.js -------------------------------------------------------------------------------- /src/utils/randomSalt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/randomSalt.js -------------------------------------------------------------------------------- /src/utils/renderAirSwap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/renderAirSwap.js -------------------------------------------------------------------------------- /src/utils/saltHashVote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/saltHashVote.js -------------------------------------------------------------------------------- /src/utils/saveFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/saveFile.js -------------------------------------------------------------------------------- /src/utils/toCurrency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/src/utils/toCurrency.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdChain/AdChainRegistryDapp/HEAD/yarn.lock --------------------------------------------------------------------------------