Skip to content

Commit

Permalink
sequential execution dive
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercyb committed Jul 16, 2024
1 parent 6e540a2 commit 9227745
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/bitcoin script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [bitcoin wiki](https://en.bitcoin.it/wiki/Script)
5 changes: 5 additions & 0 deletions pages/cosmwasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- very powerful smart contracts beyond [[cosmos]]
- [cosmwasm.com](https://cosmwasm.com/)
- [github repo](https://github.com/CosmWasm/cosmwasm)
- [[bostrom]] use cosmwasm as core for [[cyber-sdk]]
- [cosmwasm book](https://book.cosmwasm.com/)
1 change: 1 addition & 0 deletions pages/evm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ethereum docs](https://ethereum.org/en/developers/docs/evm/)
2 changes: 1 addition & 1 deletion pages/information.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alias:: file

- phenomena related to the reduction in uncertainty
- any [[file]] can be expressed by [[neurons]] as [[particle]]
- any file can be expressed by [[neurons]] as [[particle]]
- in [[cyber]] [[neurons]] measure information by computing its [[hash]]
- [[subject]] of information is [[neuron]]
- [[object]] of information is [[particle]]
Expand Down
11 changes: 11 additions & 0 deletions pages/prog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
alias:: smart contract

- program that can act based on predefined rules autonomously
- in [[bostrom]] progs executed using [[wasm]] defined by [[cosmwasm]] module
- can execute themselves thanks to [[dmn]]
- can query [[cybergraph]]
- 20% of gas goes to deployer
- go to [[tutorials]] and guides
- in [[ethereum]] progs behave based on [[evm]] turing complete instruction set
- in [[bitcoin]] progs behave based on primitive [[bitcoin script]]
-
7 changes: 7 additions & 0 deletions pages/wasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- powerful instruction set for a more portable execution
- [webassembly.org](https://webassembly.org)
- [some of implementations](https://webassembly.org/features/)
- [[legacy browsers]]
- js, rust, go, python,
- [[cosmwasm]], [[substrate]]
-

0 comments on commit 9227745

Please sign in to comment.