Getting started
This section is dedicated to all the developers who want to integrate Bcode service in their systems.
We have 2 way of interaction:
- REST API for the brave
- BcodeSDK ( Suggested way )
Difference
REST API
The REST API method it's dedicated and suggested to all the non JS environment. It let's you interact with Bcode service but you have to handle auth token and implement by yourself all the cryptography part to enable meta transaction functionalities.
BcodeSDK
Everything is already packed and tested. It contains the functionalities to interact with any meta transaction enabled smart contract, authentication with API service and other utility functionalies for blockchain world.