📑
BBaaS
  • 👋Welcome to BBaaS - Blockchain and Banking as a Service
  • First Access
  • Terms and License
    • 📘License
  • Introduction to BBaaS
    • 🖥️Start Here to BBaaS
      • Start with Dart/Fultter Package
        • Instance BBaaS
        • Instance your Client
        • Instance Wallet User
        • Create a Wallet
        • Wallet Balance
        • Balance from Address
        • Create a New Address
        • Create a New Token
        • Send Token
        • Stop Wallet
  • Contact us
    • 💻Contact us
Powered by GitBook
On this page
  1. Introduction to BBaaS
  2. Start Here to BBaaS
  3. Start with Dart/Fultter Package

Instance BBaaS

Start instance BBaaS, you need import the package

import 'package:bbaas/bbaas.dart';

BBaaS bbaas = BBaaS(
   scheme: 'https',
   host: 'api.bbaas.com.br',
   clientName: 'mycompany',
   authentication: 'authentication-token',
   privateKey: 'rsa-privatekey',
   network: 'hathor',
   gatewayOptions: AsaasOptions(
   asaasAccessToken:
        '\$aact_AsaasAccessToken==',
   asaasAddressKey: "asaasAddressKey",
 ),
);

Your Authentication-Token is used to get Authorization-Token for each api operations.

Your PrivateKey is used only to signature operations, and it's not send to us.

Keep save your keys.

PreviousStart with Dart/Fultter PackageNextInstance your Client

Last updated 10 months ago

To Get your first Access, you need follow this steps (Get ).

🖥️
First Access