Quickstart
Planetmint is a metadata blockchain. This introduction gives an overview about how to attest data to Planetmint. First, simple transaction creation and sending is shown. Thereafter, an introdcution about how to set up a single node or a cluster is given.
The IPDB Testnet - sending transactions
The IPDB foundation hosts a testnet server that is reset every night at 4am UTC.
The following sequence shows a simple asset notarization / attestion on that testnet: Create a file named notarize.py
install dependencies and execute it
Install Planetmint
Local Node
Planetmint is a Tendermint application with an attached database. A basic installation setup installs the database, Tendermint and thereafter Planetmint.
Planetmint currently supports Tarantool and MongoDB databases. The installation is as follows:
Tendermint can be installed and started as follows
Planetmint installs and starts as described below
Cluster of nodes
Setup Instructions for Various Cases
Quickstart link below
Develop an App Test
To develop an app that talks to a Planetmint network, you'll want a test network to test it against. You have a few options:
Last updated