Skip to content

a file walker that searches the entire root drive until it finds the given file (in this case dogecoind) then exits and makes an alias based on where the executables are found.

Notifications You must be signed in to change notification settings

Goge-api/bin-finder_alias-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goge-bin-finder

This is one library in a set to interact with the dogecoin(and others) core library/cli.

This package/library is made to find the dogecoin core binaries and make alias links to them to wrap our own commands.

The bin-finder/alias creator has completed 65% of the intened core features.

Use-case

  • You want to interact with the dogecoin core commands programatically, and not just in the CLI.

  • You want a simple alias wrapper for your cli commands

  • You are writting bigger projects with dogecoin, and want a wrapper and API written in golang to impliment all the dogecoin core features, but don't want to work with dogecoin-cli/d directly or c++

  • You want a simple API to interact with dogecoin by just plugging in your node link

  • You want to use our dogecoin node

  • You like the dogecoin

Installation

If you would like to run the go files, you will need to have Golang installed, otherwise you can run the windows executable.

Check the main() and params to make sure it is searching for what you want.

If you would like to join the project, or just meme on us, send an email at [email protected]

Run

There are Windows executables already built or you can run

go build ./

to build the executable for your platform, and then run it on your system.

About

a file walker that searches the entire root drive until it finds the given file (in this case dogecoind) then exits and makes an alias based on where the executables are found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published