Blinks are distributable experiences that can be embedded anywhere a link can exist. They represent a modern alternative to traditional SDKs, offering a streamlined, maintainable way to expose your services to the world.
Blinks, or Blockchain Links, are hosted at URLs and are sharable with this URL. They are built from the following components:
actions.json file, and embedding an Blink URL in an interstitial site.GET route that interacts with the Blink Provider. It can send a GET request to the URL and receive a GET response in return to present the client with human-readable information.POST route that interacts with the Blink Provider. It can send a POST request to the URL and get a response back to construct transactions, sign them, and submit them to the blockchain.