The first public testnet using the 0.40 SDK base Provenance Blockchain is focused on streamlining the process for building the public test network configuration and early beta testing of three of the 4 main Provenance modules (name, attribute, and marker).
- Explorer - explorer.test.provenance.io
- Faucet - faucet.test.provenance.io
- Seed Nodes -
[email protected]:26656,[email protected]:26656,[email protected]:26656
- Upgrades - https://explorer.test.provenance.io/network/upgrades
This directory contains files and info related to the pio-testnet-1
blockchain.
Usage notes:
- If you download a
packed-conf.json' file, you should NOT download the
.toml` config files, and vice versa. - When downloading a
config.toml
(orpacked-conf.json
) file, you should change themoniker
value to your own. - In the
client.toml
(orpacked-conf.json
), you should use your own node's url for thenode
value. If you don't yet have your own node, you can usehttps://rpc.test.provenance.io:443
.
Most of the files directly in this directory pertain to genesis.
Config files for more recent versions can be found in the config
directory.
- README.md - This file.
- extra-args.txt - Extra agruments that one might want to include with
provenanced start
. - genesis-version.txt - The version of
provenanced
used at genesis. - genesis.json - The genesis file.
- config.toml - A basic
config.toml
file from genesis. - node-config.toml - A
config.toml
used for a node at genesis. - node-app.toml - An
app.toml
config file used for a node at genesis. - config - A directory containing recommended config files at versions other than genesis.