Logo

dev-resources.site

for different kinds of informations.

Sort's Web3 React Components Are Now Open Source!

Published at
6/1/2023
Categories
react
ethereum
polygon
typescript
Author
sort_xyz
Categories
4 categories in total
react
open
ethereum
open
polygon
open
typescript
open
Author
8 person written this
sort_xyz
open
Sort's Web3 React Components Are Now Open Source!

We're excited to announce the Alpha release of Sort's React Components: https://github.com/sortxyz/react-components. This release marks our first iteration of simplifying data-rich UIs for Web3.

We're initially starting with three core components for building data rich UIs:

  • <LatestTransactions/> - Displays a pageable table of the latest transactions of a contract address.
  • <SQLQuery/> - Easily include blockchain data from a Sort SQL Query in your application.
  • <PushNotifications/> - Show real-time transactions for a contract.

All three components support Ethereum, Polygon and Goerli data sources.

LatestTransactions

The <LatestTransactions/> React Component displays a pageable table of the latest transactions of a contract address.

<LatestTransactions
  contract_address="0xd1f9c58e33933a993a3891f8acfe05a68e1afc05"
  chain="polygon"
  api_key="API_KEY"
  theme="dark"
/>
Enter fullscreen mode Exit fullscreen mode

Preview:

Image description

SQLQuery

The <SQLQuery/> React Component lets you easily include blockchain data from a Sort SQL Query in your application.

<SQLQuery
  query="select * from polygon.transaction where to_address='0xd1f9c58e33933a993a3891f8acfe05a68e1afc05' order by block_id desc"
  api_key="API_KEY"
/>
Enter fullscreen mode Exit fullscreen mode

Preview:

Image description

PushNotifications

The <PushNotifications/> React Component lets you easily include live blockchain transactions into your application.

<PushNotifications
  contract_address="0xd1f9c58e33933a993a3891f8acfe05a68e1afc05"
  contract_function=""
  num={10}
/>
Enter fullscreen mode Exit fullscreen mode

Preview:

Image description

Get Started Today

Head over to Sort to create a free API Key and start building today. Let us know what you think by opening issues in the repo for new feature requests, feedback, or general questions.


P.S. Interested in a free Sort hoodie? Complete our Developer Survey and we'll mail you one!

Sort hoodie

-- Your friends at Sort

polygon Article's
30 articles in total
Favicon
Automating Limit Orders on Polygon with TypeScript, 0x, and Terraform
Favicon
Understanding the Role of Validators in Polygon Bridge Transactions
Favicon
Transferencia de tokens entre Ethereum y Polygon: Mejores prácticas con Polygon Bridge
Favicon
Exploring the Latest Updates and Features of Polygon Bridge
Favicon
How to Run a Polygon Node: A Complete Guide
Favicon
Polygon Blockchain
Favicon
Web3 UI For Simple Smart Contract
Favicon
Simple Smart Contract and Hardhat
Favicon
MATIC Transitions to POL: Key Insights for Polygon Users
Favicon
Sending and Monitoring Transactions on Kalp Studio
Favicon
FastLane’s ERC-4337 Support, Limitless x Etherspot, XION’s Walletless Blockchain, and Unichain Launch
Favicon
Deploying Your Solidity Smart Contract on the Polygon Blockchain Using Kalp Instant Deployer
Favicon
Creating Your Custodial Polygon Wallet on AMOY Network Using Kalp Studio
Favicon
Exploring POL: The Token Powering the Future of Decentralized Applications on Polygon
Favicon
Polygon Nodes: Types and Usage
Favicon
How Polygon AggLayer Emerges to be the Hub for Ethereum L2s
Favicon
Choose Antier for Top-tier Polygon CDK Implementation Services.
Favicon
How Polygon’s Aggregation Layer Brings a New Phase in Rollup Interoperability?
Favicon
How Polygon Blockchain works...
Favicon
How Polygon PoS is different from its zkEVM chain?
Favicon
Ethonline 2023, my experience, challenge, and Lessons Learnt
Favicon
Top Blockchain Platforms for Your dApp Development
Favicon
Purple-Paper
Favicon
Polygon Blockchain (Matic) | A Comprehensive Guide
Favicon
Sort's Web3 React Components Are Now Open Source!
Favicon
Verified Mainnet Polygon Contract
Favicon
Launch Alert! Wowen Modular Blockchain Network - Unleash the Power of Consensus Choice 🚀⛓️💻
Favicon
Power Tools for Blockchain UI Development: $3.5M Seed Round, An Innovative Revenue Model, and Open Access to Contract Data
Favicon
Build Together for Free with Sponsored Contracts on Sort
Favicon
USDT transaction on Polygon(MATIC) network

Featured ones: