All Projects → dusk-network → rusk

dusk-network / rusk

Licence: MPL-2.0 License
Dusk's Smart Contract Platform

Programming Languages

rust
11053 projects
Makefile
30231 projects

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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].