Crypto

Install packages with mix

The package can be installed by adding arkecosystem_crypto to your list of dependencies in mix.exs:

1def deps do
2 {:arkecosystem_crypto, "~> 0.1.1"}
3end

Once installed, you should run the following command to install the dependencies :

1mix deps.get

Development

  1. Fork the package .
  2. Clone your forked repository.
1git clone https://github.com/<githubusername>/elixir-crypto
  1. Next, move into the cloned directory.
1cd elixir-crypto
  1. Install the dependencies.
1mix deps.get
  1. Dependencies are now installed, you can now run the tests to see if everything is running as it should.
1mix test
Last updated 2 years ago
Edit Page
Share: