opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
117 stars 107 forks source link

crates.io releases #578

Open sam0x17 opened 1 week ago

sam0x17 commented 1 week ago

If we start releasing the subtensor workspace to crates.io it would dramatically simplify the user experience of running a node (could even get to cargo install subtensor level potentially), but I see this as a side-mission / goal, the real objective here would be getting rust docs released to docs.rs/lib.rs/etc so when people google subtensor-related things they actually come up with up-to-date docs.

AC:

ppolewicz commented 6 days ago

Running a node is already easy via docker-compose and crates.io won't make it any easier for ordinary user.

I don't understand what benefit it would give to non-developers who need to have devenv set up already.

sam0x17 commented 6 days ago

Running a node is already easy via docker-compose and crates.io won't make it any easier for ordinary user.

I don't understand what benefit it would give to non-developers who need to have devenv set up already.

probably none, I just mentioned it in case anyone thought it would be useful for some specific reason