0.0.9 • Published 2 years ago

@sortxyz/react-components v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

sort.xyz react components

Execute and display a SQL query

<SQLQuery 
  query="select * from ethereum.transaction where to_address='0xdac17f958d2ee523a2206206994597c13d831ec7' order by block_id desc"
  api_key="API_KEY"
  />

Push notifications for contract events

<PushNotifications
    contract_address="0xdac17f958d2ee523a2206206994597c13d831ec7"
    contract_function=""
    num={10}
/>
0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago