1️⃣Bubble basics
Testing guide for Polkadot.js no-code plugin
This page will cover the basic of Bubble platform and how to test the plugin. This is for Evaluators since any Bubble user that would want to install the plugin will already know the basics.
1. Create a Bubble account
1.1 Go to bubble.io
1.2 Create an account and login
2. Add a new app
2.1 In your account click on the New app button
2.2 It will ask a few details about your app, you can write whatever you want, it doesn't matter for our test.
The app will be created with default examples and texts.
3. Install the plugin
3.1 Now on the left side you will see all sections of your app, go to Plugins and then Add plugin button
3.2 In the search bar of the opened window, just write Polkadot and click install.
4. Plugin elements
4.1 Create a new blank page In the top left corner of your app you will see Page: index, click there then click Add a new page...
4.2 On the newly created page, you will see all available tools in the Visual elements section This includes our plugin elements that we need to add on the page. Find the element you want to test and Drag&Drop it somewhere on the page:
App preview
To see how your app looks and start testing it, click the Preview button in the top right corner.
Now let's install the plugin functions and proceed to test them.
Last updated