Closed teknico closed 4 years ago
Create the decred.dcr.nets package to host the various net parameter modules:
decred.dcr.nets
decred/dcr/nets
nets.py
__init__.py
mainnet.py
testnet.py
simnet.py
Also create a decred/dcr/assets directory:
decred/dcr/assets
favicon-32x32.png
logo.svg
constants.py
pathlib
Create the
decred.dcr.nets
package to host the various net parameter modules:decred/dcr/nets
directory;nets.py
there as__init__.py
;mainnet.py
,testnet.py
andsimnet.py
there;Also create a
decred/dcr/assets
directory:favicon-32x32.png
andlogo.svg
files there;constants.py
;convertconstants.py
to use the nicerpathlib
module.