Skip to content

kranthicodes/break

 
 

Repository files navigation

Observations from create.tsx file

A transaction is submitted to rpc endpoint along with the required params object like accounts, fee etc. rpc endpoint submits the transaction in case of break. The way we handle transactions in lesson4-helloworld code is straight forward. We first establish a connection to one of the Solana clusters and create a payer account with some airdropped funds to cover for TX cost and then we check if our program is deployed and finally call the program and log the results.

Accounts in break project is also more advanced with support for parallelization and batch size config. Accounts gets supplied to create file via useAccountsState React context.

About

Break Solana Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • SCSS 31.9%
  • CSS 4.1%
  • Rust 1.0%
  • HTML 0.6%
  • JavaScript 0.3%
  • Other 0.1%