juno
juno copied to clipboard
Starknet client implementation.
It would be good if the [website](gojuno.xyz) was more user centric. Suggested new main categories: - Download - Running Juno - Sync modes / Information - Building Juno (from source)...
**Describe the bug** When we are proceeding to install juno, I a fresh machine, according to the system, some dependencies are missing, for example on the ubuntu case, there isn't...
Note that with the introduction of contract classes as of 0.9.0, `deploy` may be deprecated. See this [post](https://medium.com/starkware/starknet-alpha-0-9-0-dce43cf13490) for details.
We should follow a common pattern for error handling in the different parts of the project. By default, Golang offers an API for that purpose using `fmt.Errof` and then using...
**Describe the bug** When we are trying to build the binaries using cross-compilation, we cant **To Reproduce** Steps to reproduce the behavior: 1. run `./scripts/go-executable-build.sh github.com/NethermindEth/juno/cmd/juno` You will get an...
Start moving all StarkNet docs to Juno docs
On the `getBlockByHash` RPC we need to return the accepted time of the block. Now we get the data from the Feeder Gateway, and the accepted time is not there,...
Add contract hash calculator (not contract address hash) as specified in: https://starknet.io/documentation/contracts/ CONTRACT HASH The contract hash is a hash of its definition. The elements defining a contract are: API...
See the following for more details: - [Formula Cookbook - Homebrew](https://docs.brew.sh/Formula-Cookbook). - [How to Create and Maintain a Tap - Homebrew](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap).
Resources: - [winget repository](https://github.com/microsoft/winget-cli).