Skip to content

suhasagg/Koolstarknetjunotutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Screenshot from 2022-09-10 00-59-40

https://gojuno.xyz/

https://docs.starknet.io/

l2l1-59d9b4f60a66a3b53476f3c058288f84

Contracts on L2 can interact asynchronously with contracts on L1 via the L2→L1 messaging protocol.

https://docs.starknet.io/docs/L1-L2%20Communication/token-bridge

Contents

Resources

Official

transfer-gateway-erc721-to-ethereum

transfer-gateway-erc721-to-dappchain

Starknet RPC -

starknet_getBlockWithTxHashes - Get block information with transaction hashes given the block id.

starknet_getBlockWithTxs - Get block information with full transactions given the block id.

starknet_getStateUpdate - Get the information about the result of executing the requested block.

starknet_getStorageAt - Get the value of the storage at the given address and key.

starknet_getTransactionByHash - Get the details and status of a submitted transaction.

starknet_getTransactionByBlockIdAndIndex - Get the details of a transaction by a given block id and index.

starknet_getTransactionReceipt - Get the transaction receipt by the transaction hash.

starknet_getClassHashAt - Get the contract class hash in the given block for the contract deployed at the given address.

starknet_getBlockTransactionCount - Get the number of transactions in a block given a block id.

starknet_call - Call a StarkNet function without creating a transaction.

starknet_blockNumber - Get the most recent accepted block number.

starknet_blockHashAndNumber - Get the most recent accepted block hash and number.

starknet_chainId - Return the currently configured StarkNet chain id.

starknet_pendingTransactions - Returns the transactions in the transaction pool, recognized by this sequencer.

starknet_syncing - Returns an object about the sync status, or false if the node is not syncing.

https://github.com/suhasagg/juno/

Ecosystem

Tutorials

Articles

Security

Examples

Educational
Built / Deployed on StarkNet

Templates

Books

Practice

Jobs

Libraries

Tools

General

  • Braavos - Browser extension wallet.
  • argent-x - Browser extension wallet
  • cairo_kernel - Jupyter kernel for Cairo.
  • fossil - L1 state verification with STARKs.
  • juno - Client (GoLang).
  • nile - CLI tool to develop StarkNet projects written in Cairo by OpenZeppelin
  • protostar - CLI tool for developing and testing contracts in Cairo.
  • starknet-devnet - Local testnet
  • starkops - StarkNet CLI
  • voyager - Block explorer.
  • starktx - StarkTx Transaction Decoder.
  • ape-cairo - Compiler plugin for ape for the Cairo-lang.
  • ape-starknet - Ape plugin for the StarkNet networks.

Utility

  • warp - Solidity to cairo transpiler

Audit

Editor Plugins

Vim

  • cairo.vim - (Outdated) vim syntax plugin for Cairo

Visual Studio Code


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors