Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.49 KB

blackprint_1_cruikshankss.md

File metadata and controls

33 lines (20 loc) · 1.49 KB

Blackprint conceptually designs software like hardware (with "cable connections") in their no-code app.

"node" === "the blackprint engine"

"help developers interact with libraries by simply connecting nodes in realtime" Blackprint Engine ß cable connections,

execute exported JSON of node, cable connections, and embedded data.

Blackprint hopefully can help the development of Metaverse, frontend development, as well as automation such as bots that connect to multiple blockchains. Blackprint itself is planning to expand to support several programming languages such as JavaScript, PHP, Golang, and Python. But this proposal is currently only for JavaScript as Blackprint is still trying to improve.

Technology stack JavaScript (Browser & Node.js) Polkadot.js's library Blackprint does have 2 main component: Engine: Designed for managing data flow between nodes and can be run on Browser/Node.js/Deno Sketch: Can be used for creating node editor and modify node connections Blackprint Editor: An IDE that combine the sketch and the engine and provide another tools on the GUI to make the development more easier Browser/Node.js/Deno

"node editor"

don't have to download the Blackprint Editor because the browser/Node.js can run a node editor too

"modify node connections"

Blackprint conceptually designs software like hardware (with "cable connections") in their no-code app.

Polkadot.js's library then will handle the connection between parachain and the current environment (Browser/Node.js).