-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- [bitcoin wiki](https://en.bitcoin.it/wiki/Script) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- [ethereum docs](https://ethereum.org/en/developers/docs/evm/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] | ||
- |