How does it work?
Last updated
Last updated
You can find the app on the link here and start it by clicking the "Build your blockchain" button.
You'll be presented to your "workspace". On this area, you can add new pallets of your liking and see how they are linked between each other on the graph.
Each pallet can be inspected by hovering over with a mouse and clicking the "info" button.
By clicking the "pallets" button on the sidebar of the workspace, the pallet "marketplace" menu will open where all of the avaliable pallets are sorted Alphabetically and able to be filtered by their respected category.
To check the more details of a pallet, just press the "View Details" button after which you'll be promted with all of the accompanying key metadata of a pallet such as:
Package name
Version
Framework version compatibility
Binary size
License
Dependencies
Once decided which Pallet to use, you can just Drag&Drop it onto the Worksspace or just press the Add pallet button. (Picture 1)
If any Extra dependencies are pulled with that specific pallet, the interface will notify you before proceeding further. (Picture 2)
You'll now be able to see new Pallets added to your project, interact with them and learn more about their interaction with each other.
When you're ready for your code to be generated, you can pres the "Deploy Codebase" button (Picture 1) located in the top right corner of the application and select "Deploy on Github" button (Picture 2).
After completing the previous step, a modal with Success info and link to the newly generated repo should appear.
You've just generated a new Susbtrate Blockchain. Go get a beer and start reading the README in the new codebase.
For more Substrate related resources, checkout the official Substrate documentation here and the official Polkadot documentation here.