This is an example of Adalo custom component that allows you to call view method to contract and get collection using the Near blockchain in the Adalo platform.
- Code instructions
- clone repo
- set your own name and version of Component in package.json
- install dependencies
yarn
- login to Adalo cli
npx adalo login
- run dev or prod mod
npx adalo dev
ornpx adalo publish
- Adalo instructions
- Enable the developer mode in your Adalo profile
- Refresh page
- Find and add your Component library in Profile/Developers/Libraries
- Enjoy
If you have never before use Near blockchain you can learn it here Near Education
- Create a smart contract using Rust or AssemblyScript or get an example contract from Near Examples
- Build & deploy it with your own account.
- You need to connect Adalo to contract - you can use my base component Near Connection.
- Now you can set view method.
- Fill free to customize it for your contract