azeroz / openlaw-core

Shared Scala libraries for the OpenLaw project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared Scala libraries for the OpenLaw project

CircleCI Codacy Badge

Getting started

If you want to learn more about this library, please read our OpenLaw core overview.

If you want to use OpenLaw core in your Scala project, here is how to add it to your sbt project:

// First add our repository
resolvers += "Openlaw core" at "https://dl.bintray.com/openlawos/openlaw-core"

//add the dependency
libraryDependencies += "org.openlaw" %% "openlaw-core" % "<last version>"

Contributing

Want to get involved? See detailed information about contributing here!

Versioning

Project versioning is automatically maintained from Semantic Versioning formatted tags via sbt-git.

If the most recent release was versioned v1.2.3, you may notice your local version is something like 1.2.3-7-a1b2c3d. This means you are 7 commits past release 1.2.3, and the latest commit was SHA a1b2c3d.

Release Process

For project maintainers, our current release process is documented here.

License

Copyright 2019 Aaron Wright, David Roon, and ConsenSys AG.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Shared Scala libraries for the OpenLaw project.

License:Apache License 2.0


Languages

Language:Scala 98.6%Language:Shell 0.9%Language:HCL 0.4%Language:Dockerfile 0.1%