When creating a DePIN project using W3bstream, you can organize your logic into "projects". To create a W3bstream project, follow these steps:
- Click the 'Create a project now' button.
- Enter a unique name for your project, avoiding spaces and special characters other than letters, numbers, and underscores.
- Select the "General" tag.
- Choose the 'HelloWorld' template.
- Click the 'Submit' button to create your new project."
Once the project is created, it will be listed in the "Projects" tab:
The 'HelloWorld' template simply echoes the payload of any data message sent to the project into the Project's console. To send some test messages and view the results:
- Click on the project card to access project details.
- From the left navigation panel, select 'Log'.
- Click the small 'play' icon in the top right of the log panel.
- Edit the payload data to say 'My data'.
- Click 'Submit' to send the message and view the results in the console."
- Check the log panel to verify that the "Hello World" project's logic has been executed and your payload has been outputted: