gitignore and readme update
This commit is contained in:
parent
0f4617cd2f
commit
326e44dd17
|
@ -2,3 +2,5 @@ nimcache/
|
|||
|
||||
# Executables shall be put in an ignored build/ directory
|
||||
build/
|
||||
*.so
|
||||
*.dylib
|
|
@ -1,7 +1,7 @@
|
|||
# Nim ETH-keys
|
||||
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
||||
[Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
|
||||
![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
|
||||
|
||||
A reimplementation in pure Nim of [eth-keys](https://github.com/ethereum/eth-keys), the common API for Ethereum key operations.
|
||||
|
||||
|
|
Loading…
Reference in New Issue