Skip to content

Commit

Permalink
fix: misc updates and deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Jan 17, 2024
1 parent 675c4ce commit 8328155
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 43 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ navigation.

```bash
# create a new folder to get going
git clone https://github.com/webb-tools/webb-docs.git
git clone https://github.com/webb-tools/tangle-docs.git
```

2. **Install dependencies**

Navigate into your new site’s directory and install all dependencies.

```bash
cd webb-docs/
cd tangle-docs/
yarn install
```

Expand Down
21 changes: 7 additions & 14 deletions components/CommonActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,13 @@ const features = [
href: "https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/democracy",
action: "Interact with Governance",
},
{
Icon: BeakerIcon,
title: "Faucet",
description: `Our easy-to-use testnet faucet allows you to claim test tokens with just a few clicks. Start experimenting with Hubble Bridge today.`,
href: "https://faucet.tangle.tools",
action: "Go to Faucet",
},
{
Icon: ChartBarIcon,
title: "DKG Stats dApp",
description: `The DKG Stats dApp provides insights into the DKG protocol running on the Tangle Network.`,
href: "https://stats.tangle.tools",
action: "View DKG Functionality",
},
// {
// Icon: BeakerIcon,
// title: "Faucet",
// description: `Our easy-to-use testnet faucet allows you to claim test tokens with just a few clicks. Start experimenting with Hubble Bridge today.`,
// href: "https://faucet.tangle.tools",
// action: "Go to Faucet",
// },
];

const Card = ({ Icon, title, description, href, action }) => (
Expand Down
12 changes: 2 additions & 10 deletions components/QuickStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,14 @@ export const DappsArea = () => {
}}
href="https://app.webb.tools"
/>
<DetailedFeatureLink
{/* <DetailedFeatureLink
feature={{
Icon: BeakerIcon,
description: `Our easy-to-use testnet faucet allows you to claim test tokens with just a few clicks. Start experimenting with Hubble Bridge today.`,
name: "Faucet dApp",
}}
href="https://faucet.tangle.tools"
/>
<DetailedFeatureLink
feature={{
Icon: ChartBarIcon,
description: `The DKG Stats dApp provides insights into the DKG protocol running on the Tangle Network.`,
name: "DKG Stats dApp",
}}
href="https://stats.tangle.tools"
/>
/> */}
<DetailedFeatureLink
feature={{
Icon: ChartSquareBarIcon,
Expand Down
8 changes: 0 additions & 8 deletions components/RepoArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ export const RepoArea = () => {
export const StatsdApp = () => {
return (
<div className="grid grid-cols-1 mt-10 gap-x-6 gap-y-12 sm:grid-cols-2 lg:mt-10 lg:gap-x-8 lg:gap-y-12">
<DetailedFeatureLink
feature={{
Icon: ChartBarIcon,
description: `The Stats dApp provides insights into the DKG protocol running on the Tangle Network.`,
name: "Tangle DKG Stats dApp",
}}
href="https://stats.tangle.tools"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Icon: GitHubIcon,
Expand Down
12 changes: 3 additions & 9 deletions pages/docs/network-information-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Before you dive into development, it's crucial to familiarize yourself with the

| Network | Network Type | Native Asset Symbol | Native Asset Decimals |
| -------------- | ------------ | ------------------- | --------------------- |
| Tangle Network | MainNet | TNT | 18 |
| Tangle Testnet | TestNet | tTNT | 18 |
| Tangle Network | Mainnet | TNT | 18 |
| Tangle Testnet | Testnet | tTNT | 18 |

## Network Configurations

Expand All @@ -38,11 +38,7 @@ We will offer two types of block explorers to accommodate the Ethereum API and S

## Funding Your Accounts

Before starting development on our TestNets, fund your account with tTNT tokens, strictly intended for testing purposes and devoid of real-world value. You can obtain this at [Webb Faucet](https://faucet.webb.tools/.)

| Network | Source For Tokens |
| -------------- | -------------------------- |
| Tangle Testnet | https://faucet.webb.tools/ |
Before starting development on our TestNets, fund your account with tTNT tokens, strictly intended for testing purposes and devoid of real-world value. You can obtain this on our Discord server [Faucet channel](https://discord.com/channels/833784453251596298/1183826417625075753)

## Development Tools

Expand Down Expand Up @@ -74,8 +70,6 @@ Users can participate by engaging in the following activities, you can share you
| Use Case Concepts | User Submission. Write an article discussing a use case for the technologies Tangle uses! |
| Publish a video or tutorial on Tangle/Webb | Publish a high-quality video discussing the network or its privacy technologies. |
| Author a Protocol Extension | Create and submit an extension to the protocols used in Tangle. See our GitHub |
| Tweet a Semaphore identity w/ Webb | Share your [Semaphore identity](https://semaphore.appliedzkp.org/docs/guides/identities) and tag [@webbprotocol](https://twitter.com/webbprotocol) |
| DKG Authority (get voted in) | See our DKG documentation |
| Tweet about Webb | Tag [@webbprotocol](https://twitter.com/webbprotocol) in a high quality tweet about the network. |
| Deposit → Transfer → Withdraw | Perform a transaction flow on the network or the Hubble Bridge. |
| Tweet a hash of your address + a secret number | Make sure to tag @Webbprotocol. |
Expand Down

0 comments on commit 8328155

Please sign in to comment.