I think we need a discord channel and a roadmap. good luck dev and your project!
The ongoing thing on the roadmap is to fix simplewallet v1.2 reset/sync issue so it shows correct balances. Then the development can continue and after setting up more pools, windows binaries and web block explorer, this coin can be traded on exchanges.
If you are familiar with forknote and want to test egano using forknote binaries, here is the config:
EMISSION_SPEED_FACTOR=21
DIFFICULTY_TARGET=60
CRYPTONOTE_DISPLAY_DECIMAL_POINT=18
MONEY_SUPPLY=1000000000000000000
GENESIS_BLOCK_REWARD=0
DEFAULT_DUST_THRESHOLD=100000
MINIMUM_FEE=100
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=60
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=10000
MAX_TRANSACTION_SIZE_LIMIT=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=532737147334216
DIFFICULTY_CUT_V1=60
DIFFICULTY_CUT_V2=60
DIFFICULTY_CUT=0
DIFFICULTY_LAG_V1=15
DIFFICULTY_LAG_V2=15
DIFFICULTY_LAG=0
DIFFICULTY_WINDOW_V1=1440
DIFFICULTY_WINDOW_V2=1440
DIFFICULTY_WINDOW=17
ZAWY_DIFFICULTY_V3=1
ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION=3
p2p-bind-port=47767
rpc-bind-port=47867
BYTECOIN_NETWORK=63727970-746f-2070-6565-72206e6f6465
CRYPTONOTE_NAME=egano
GENESIS_COINBASE_TX_HEX=013c01ff0001bbbad6adf00d029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd08807121019636320e595b95dfdc1fdcadbe7c4b59c014d26866ff5a545bf83c512d4fe3d2
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=999999999
UPGRADE_HEIGHT_V3=999999999
seed-node=seed1.egano.net:47767
CRYPTONOTE_COIN_VERSION=1
Unfortunately the sync issue affects forknote implementation too, even with --SYNC_FROM_ZERO option.