Replies: 5 comments 4 replies
-
APIs should be compatible with https://github.com/nervosnetwork/godwoken-web3 |
Beta Was this translation helpful? Give feedback.
-
The APIs listed above are so primary in DApp development that we are going to deliver them with the alpha of API service (by 05/20) godwoken-web3 is designed to be a primitive backend of DApps, so we can build the service on it and extend its ability with concurrency of elixir. Any idea about the schema and priority of APIs, or the structure of public API service? |
Beta Was this translation helpful? Give feedback.
-
From user's feedback, dependent APIs to fetch The schema they desire is as follows
Any idea? @Naupio @zmcNotafraid |
Beta Was this translation helpful? Give feedback.
-
There're two feedbacks from acceptance team
|
Beta Was this translation helpful? Give feedback.
-
Account page requires a token_transfer list of a specific address, including |
Beta Was this translation helpful? Give feedback.
-
Basic JSON RPC: these APIs are from godwoken-web3
Account
get a list of internal transactions by contract addressget internal transactions by transaction hashget internal transactions by block rangeerc-20
transfer events by addressget a list oferc-721
transfer events by addressget historical ckb/eth balances of a single address by blockContract
Transactions
Blocks
get daily average block sizeget daily block countLogs: similar to eth_getLogs with composable topics: https://docs.etherscan.io/api-endpoints/logs
Tracker
get daily average gas limitget daily average gas usedget daily average gas priceStats
get circulating supply of a token(including bridged and native tokens)Beta Was this translation helpful? Give feedback.
All reactions