gitignore and readme update

This commit is contained in:
mratsim 2018-02-08 11:26:57 +01:00
parent 0f4617cd2f
commit 326e44dd17
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ nimcache/
# Executables shall be put in an ignored build/ directory
build/
*.so
*.dylib

View File

@ -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.