mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Removed outdated or irrelevant documentation
Re wrote some parts
This commit is contained in:
10
docs/source/developer-interface.rst
Normal file
10
docs/source/developer-interface.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
##################
|
||||
Developer Interface
|
||||
##################
|
||||
|
||||
The Bigchain class is the top-level API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.
|
||||
|
||||
.. autoclass:: bigchaindb.Bigchain
|
||||
:members:
|
||||
|
||||
.. automethod:: bigchaindb.core.Bigchain.__init__
|
||||
Reference in New Issue
Block a user