Skip to content

Latest commit

 

History

History
 
 

elixir

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ockam

Ockam is a collection of protocols and toolkits for building connected systems that you can trust.

This folder contains the Elixir implementation of Ockam.

Build

  1. Lint
../../gradlew lint
  1. Build
../../gradlew build
  1. Test
../../gradlew test
  1. Clean
../../gradlew clean