Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (41 loc) · 1.75 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.75 KB

This repository has been archived and the code was moved to acurast-substrate.

Acurast

🚧🚧🚧 The project is still a work in progress 🚧🚧🚧

Introduction

Repository for the Acurast related pallets and the acurast-p256-crypto crate.

Please refer to the respective READMEs for more information:

Integrations

Pallets and crates relevant for third, party integrations.

Acurast Protocol

Acurast Protocol specific pallets.

Build & Tests

Use the following command to build all the crates:

cargo build --release

Use the -p option to build only a specific crate:

cargo build -p pallet-acurast --release

Use the following command to run all the tests:

cargo test

Use the -p option to test only a specific crate:

cargo test -p pallet-acurast

Docker

Use the following command to build using the included Dockerfile:

docker build -t acurast-core .

Once a docker image is built, it is possible to run the tests with the following command:

docker run acurast-core test