Last update in Feb 2024 - v1.0.0

Getting Started

Introduction

Getting Started

You are reading the documentation about Bender

Bender is currently deployed on ETH.

Installation

Node.js 16.8 or later. macOS, Windows (including WSL), and Linux are supported.

What is Bender

Bender empowers you to turn your NFT’s & Projects IP into real products, using $bender as currency. It ensures quality, protects artists, secures payments, and builds a community-driven ecosystem to push NFT content to the next level.

How to launch on Bender

To get started, you'll need to submit your wallet holding $Bender to receive a beta key, which can be used on demo.onbender.com.

  • Limited Demo: Bender will initially focus on shipping to a smaller group of loyal holders, while preparing for a full launch a few days later, approximately 1-2 weeks after the initial release. During this period, our holders can log in via their own sign-up and explore the platform, including features such as the staking and point system.

Please note that our token, has not yet been launched. Its release will be announced on our Twitter account once it is launched.

Bender Open-Source

Bender Open-Source

In most build-tool-enabled Spec projects, we author Spec components using an HTML-like file format called Single-File Component. A Spec SFC,

Request our API via messaging our team on twitter.

intro.txt

{
  "userId": 98765,
  "userName": "BenderHodler",
  "walletAddress": "0x1234abcd5678efgh9012ijkl3456mnop7890qrst",
  "email": "bender.hodler@example.com",
  "profile": {
    "bio": "Early adopter of $Bender, securing the future of decentralized finance.",
    "avatarUrl": "https://example.com/avatar-bender.jpg",
    "joined": "2024-09-10T14:30:00Z",
    "ethBalance": 4.23,
    "benderTokenBalance": 1500
  },
  "notifications": [
    {
      "id": 1,
      "message": "Your wallet has been verified for the $Bender beta program.",
      "timestamp": "2024-10-14T08:30:00Z"
    },
    {
      "id": 2,
      "message": "You earned 200 $Bender tokens through staking.",
      "timestamp": "2024-10-13T14:00:00Z"
    },
    {
      "id": 3,
      "message": "New feature unlocked: Access to Bender Staking Dashboard.",
      "timestamp": "2024-10-12T10:45:00Z"
    }
  ],
  "settings": {
    "theme": "dark",
    "language": "en",
    "notificationsEnabled": true
  },
  "staking": {
    "totalStaked": 1000,
    "apy": "15%",
    "nextReward": "2024-10-15T12:00:00Z"
  },
  "recentTransactions": [
    {
      "txId": "0xabcd1234efgh5678ijkl9012mnop3456qrst7890",
      "amount": 500,
      "token": "$Bender",
      "status": "Confirmed",
      "timestamp": "2024-10-12T09:15:00Z"
    },
    {
      "txId": "0x1234abcd5678efgh9012ijkl3456mnop7890qrst",
      "amount": 2.1,
      "token": "ETH",
      "status": "Confirmed",
      "timestamp": "2024-10-10T13:30:00Z"
    }
  ]
}