juno
juno copied to clipboard
Starknet client implementation.
Create a data fetcher (logs fetcher) for L1 via a link to JSON RPC endpoint (local node or Infura/Alchemy like provider) https://starknet.io/documentation/l1-l2-messaging/
For all the data displayed provide links to Voyager for better UX
https://github.com/argentlabs/argent-x
Create StarkNet account management / signing developer wallet so early users can create accounts for interacting with StarkNet easily.
**Is your feature request related to a problem? Please describe.** Add support for method `starknet_getEvents` on the RPC, following [this](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L571) spec. **Describe the solution you'd like** Add the implementation of...
**Is your feature request related to a problem? Please describe.** We need to add support for [starknet_estimateFee](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L421) to the node. **Describe the solution you'd like** Implement the method that will...
**Is your feature request related to a problem? Please describe.** We need to add support for [starknet_getNonce](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L629) to the node. **Describe the solution you'd like** Implement the method that will...
**Is your feature request related to a problem? Please describe.** We need to add support for the StarkNet Trace API as described [here](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_trace_api_openrpc.json) **Describe the solution you'd like** Probably we...
**Is your feature request related to a problem? Please describe.** We need to add support for the StarkNet Node Write API as described [here](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_write_api.json) **Describe the solution you'd like** Probably...
We can provide an RPC client at the same time as the RPC server, which makes it easy to get started with Juno (and StarkNet in general) from Go.