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