0.0.9 • Published 3 years ago

@sortxyz/react-components v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago