Skip to content

Commit

Permalink
Added Introduction to devnet section
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoderpanda committed Apr 2, 2024
1 parent fa7751d commit 1210d87
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
38 changes: 38 additions & 0 deletions docs/build-with-powerloom/devnet/Introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
sidebar_position: 0
---

# Introduction to Devnet


:::success info
#### Our Devnet is live!
Get access to the Devnet and build exciting data applications, you can mint a no-cost NFT slot on the Sepolia network. Devnet mint page: https://devnet-mint.powerloom.dev
:::

Our Devnet provides developers with a sandbox environment to build and test data-driven applications. By leveraging Powerloom's structured and easily accessible data, developers can create powerful tools such as dashboards, arbitrage bots, and wallet trackers. The Devnet allows for experimentation and iteration without the risks associated with using real assets on a live network.

Start building data application with Powerloom by setting up your own Snapshotter node on our devnet.
Our Devnet environment is designed to facilitate developers in:
- expanding upon [our pre-existing use cases](../use-cases/existing-implementations/)
- innovating [new applications](../use-cases/building-new-usecase/)

## Chains Supported

We currently support the following chains (Mainnet and Testnet). If you want to request support for any other chains, please open an issue [here](https://github.com/PowerLoom/deploy/issues).

| Chain | Mainnet | Testnet |
|----------|---------|---------|
| Ethereum |||
| Polygon |||
| Base |||

---

## Next Steps
To begin building your applications, head over to the [getting started](./getting-started.md) section.


## Quick Links
- [Protocol Overview](../../Protocol/)
- [Use Cases](../use-cases/)
12 changes: 2 additions & 10 deletions docs/build-with-powerloom/devnet/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
---
sidebar_position: 0
sidebar_position: 1
---

# Getting Started

:::info
#### Our Devnet is live!
Get access to the Devnet and build exciting data applications, you can mint a no-cost NFT slot on the Sepolia network. Devnet mint page: https://devnet-mint.powerloom.dev
:::

Start building data application with Powerloom by setting up your own Snapshotter node on our devnet.
Our Devnet environment is designed to facilitate developers in:
- expanding upon [our pre-existing use cases](../use-cases/existing-implementations/)
- innovating [new applications](../use-cases/building-new-usecase/)

## System Requirements

Expand Down Expand Up @@ -47,7 +39,7 @@ git clone https://github.com/PowerLoom/deploy.git --single-branch powerloom_depl

### Step 2: Fork the Snapshotter Computes and Snapshotter Config Repositories

Our system leverages the Git submodule architecture to seamlessly manage these components. To dive deeper into how these elements integrate and function within our larger system, check out our [architecture documentation](https://docs.powerloom.io/docs/build-with-powerloom/snapshotter-node/architecture).
Our system leverages the Git submodule architecture to seamlessly manage these components. To dive deeper into how these elements integrate and function within our larger system, check out the [architecture documentation](https://docs.powerloom.io/docs/build-with-powerloom/snapshotter-node/architecture).

To optimize the development process, we recommend forking the templates for:

Expand Down

0 comments on commit 1210d87

Please sign in to comment.