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>"
Want to get involved? See detailed information about contributing here!
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
.
For project maintainers, our current release process is documented here.
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.