Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.6 KB

Adalo base custom component "near-button"

This is custom component for connection with any contract in Near Protocol Blockchain.

Install

  1. Code instructions
  • clone repo
  • set your own name, author and version of Component in package.json
  • install dependencies
    • yarn
  • login to Adalo Adalo dev instruction
    • npx adalo login
  • run dev or prod mod
    • npx adalo dev or npx adalo publish
  1. Adalo instructions
  • Enable the developer mode in your Adalo profile
  • Refresh page
  • Find and add your Component library in Profile/Developers/Libraries
  • Enjoy

Usage

If you have never before use Near blockchain you can learn it here Near Education

  1. Create a smart contract using Rust or AssemblyScript or get an example contract from Near Examples
  2. Build & deploy it with your own account.
  3. Now you can connect to your contract.
  4. Fill free to customize it for your contract

Example video

Usage video

Notice

Any sign Near operations in Adalo works after publishing - npx adalo publish, only in full screen mode without frames, because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'". Full screen mode works only in prod mode.

Addition components

  1. Near submit button
  2. Near status
  3. Near View NFT button