midnight72121 / rusk

Dusk's Smart Contract Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

Rusk

The Dusk's Smart Contract Platform.

Unstable : No guarantees can be made regarding the API stability, the project is in development.

Build

To build rusk:

source .env
make all

Tests

To run tests:

source .env
make test

That will also compile all the genesis contracts and it's associated circuits.

Use

To run the server:

make run

That will also compile all the genesis contracts.

To just compile all the genesis contracts without running the server:

make contracts

To generte a specific genesis contract:

# generate the wasm for `transfer` contract
make wasm for=transfer

See also make help for all the available commands

About

Dusk's Smart Contract Platform

License:Mozilla Public License 2.0


Languages

Language:Rust 98.4%Language:Makefile 1.6%Language:Shell 0.0%