Deprecated
#Crypto
#Install package with Gem
Add this line to your application’s Gemfile and then execute the command bundle
in your terminal
1gem 'arkecosystem-crypto'
Alternatively, install it from the command line.
1gem install arkecosystem-crypto
#Development
- Fork the package .
- Clone your forked repository.
1git clone https://github.com/<githubusername>/ruby-crypto
- Next, move into the fresh cloned directory.
1cd ruby-crypto
- Install your dependencies with
Bundle
.
1bundle install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
1# TODO: see how it's done in ruby, lot of ways it seems.
Last updated 3 years ago
Edit Page