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

Acurast Substrate Pallet and dependencies for data transmitter outputs, attestations, XCM etc.

License

Notifications You must be signed in to change notification settings

Acurast/acurast-core

Repository files navigation

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

About

Acurast Substrate Pallet and dependencies for data transmitter outputs, attestations, XCM etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages