Skip to content

Commit

Permalink
Add notes on every account in Sealevel having a specified owner
Browse files Browse the repository at this point in the history
  • Loading branch information
urani-engineering authored May 17, 2024
1 parent 7afdc34 commit bf90874
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chapters/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@

* While Ethereum uses the EVM (Ethereum Virtual Machine) and other blockchains use WASM (Web Assembly), Solana uses a VM called Berkeley Packet Filter (BPF):
- BPF bytecode is designed for high-performance packet filters and can be used for non-networking purposes.

* Every account in Sealevel has a specified owner (the default is `System Program`):

<br>

<p align="center">
<img src="https://github.com/urani-labs/solana-dev-onboarding-rs/assets/162904807/aeb54a42-1ed4-4754-856e-fc8366a3222b" width="90%" align="center" style="padding:1px;"/>
</p>


<br>
Expand Down

0 comments on commit bf90874

Please sign in to comment.