koinos / koinos-cli

A command line utility used for key management and to interact with the Koinos blockchain.
Other
9 stars 7 forks source link

[FEATURE]: Add a `.koinosrc.testnet` file with defaults for testnet #159

Closed jredbeard closed 1 year ago

jredbeard commented 2 years ago

Is there an existing issue for this?

New feature

As a developer I would like to have an example .koinosrc.testnet file in the repo that contains the harbinger testnet API endpoint and the correct contract addresses for the testnet so that I don't have to hunt for them elsewhere.

It may also be useful to document this in the README

Anything else?

No response

koinos-ci commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

lukemwillis commented 1 year ago

Here's an alternate approach at solving the same problem: https://github.com/koinos/koinos-cli/issues/187 -- either is fine with me.

jredbeard commented 1 year ago

Here's an alternate approach at solving the same problem: #187 -- either is fine with me.

Yep I like that too... especially if it becomes part of #157

lukemwillis commented 1 year ago

That would certainly enhance #157 -- having mainnet & testnet just work out of the box would be killer.

sgerbino commented 1 year ago

Let's prefer the solution on #187.

jredbeard commented 1 year ago

Agree sgtm