Skip to content

Instantly share code, notes, and snippets.

@Maar-io
Created June 13, 2022 07:50
Show Gist options
  • Save Maar-io/b98f8ab4fe52587a61dfc4120b6db510 to your computer and use it in GitHub Desktop.
Save Maar-io/b98f8ab4fe52587a61dfc4120b6db510 to your computer and use it in GitHub Desktop.
aWASoMe mermaid
flowchart TD
subgraph Nodes
Swanky-node & Substrate-contracts-node & Shibuya & Contracts-Rococo
end
subgraph Interact
Swanky-CLI & Polkadot.js & ContractsUI & Polkadot_API & Redspot
end
subgraph Build
cargo-contract
end
subgraph Language
ink! & ask! & Solang
end
Language-->Build
Build-->Interact
Interact-->Nodes
classDef purple fill:#80a,stroke:#fff,stroke-width:1px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
class Swanky-node,Swanky-CLI,ink! purple
click ink!,ask! "http://www.github.com" "This is a tooltip for a link"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment