Skip to content

Commit d25ff86

Browse files
Add files via upload
1 parent 400adb0 commit d25ff86

27 files changed

+219
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# bitcoin-mining-elixir
1+
# BitcoinMining
2+
3+
**TODO: Add description**
4+
5+
## Installation
6+
7+
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
8+
by adding `bitcoinmining` to your list of dependencies in `mix.exs`:
9+
10+
```elixir
11+
def deps do
12+
[
13+
{:bitcoinmining, "~> 0.1.0"}
14+
]
15+
end
16+
```
17+
18+
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
19+
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
20+
be found at [https://hexdocs.pm/bitcoinmining](https://hexdocs.pm/bitcoinmining).
21+
4.37 KB
Binary file not shown.
5.89 KB
Binary file not shown.
3.62 KB
Binary file not shown.
5.11 KB
Binary file not shown.
3.29 KB
Binary file not shown.
3.84 KB
Binary file not shown.
1.9 KB
Binary file not shown.
4.23 KB
Binary file not shown.
2.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)