Skip to content

DeggetLoveCrypto/rusk

 
 

Repository files navigation

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:

make test

That will also compile all the genesis contracts.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Makefile 0.3%