The ibet-Prime security token management system for ibet network
The ibet-Prime security token management system for ibet network.
Features
- ibet-Prime is an API service that enables the issuance and management of security tokens on the ibet network.
- It supports tokens developed by the ibet-SmartContract project and various smart contracts.
- As a security token ledger management system, ibet-Prime provides a variety of functions required under Japanese regulations.
- By calling the ibet-Prime API from your own front-end application, you can easily build a security token management service.
Dependencies
Supported ibet smart contract version
- ibet-SmartContract: version 21.6.0
Starting and Stopping the Server
Install packages
$ pip install -r requirements.txt
Create database tables
$ ./bin/run_migration.sh init
You can start (or stop) the API server with:
$ ./bin/run_server.sh start(stop)
Branching model
License
ibet-Prime is licensed under the Apache License, Version 2.0.
We are committed to open-sourcing our work