Deprecated
#Client
#Install packages with mix
The package can be installed by adding arkecosystem_client to your list of dependencies in mix.exs:
1def deps do2  {:arkecosystem_client, "~> 1.0"}3end
Once installed, you should run the following command to install the dependencies :
1mix deps.get
#Development
- Fork the package .
 - Clone your forked repository.
 
1git clone https://github.com/<githubusername>/elixir-client
- Next, move into the fresh cloned directory.
 
1cd elixir-client
- Install the dependencies.
 
1mix deps.get
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
 
1mix test
            
        Last updated 4 years ago
                                            
    
    Edit Page