juno icon indicating copy to clipboard operation
juno copied to clipboard

Starknet client implementation.

Results 334 juno issues
Sort by recently updated
recently updated
newest added

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)...

documentation

**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...

documentation
good first issue

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.

cli
rpc

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...

enhancement

**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...

bug

Start moving all StarkNet docs to Juno docs

documentation

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,...

db
core

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...

core

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).

enhancement
devops

Resources: - [winget repository](https://github.com/microsoft/winget-cli).

enhancement
devops