The Dusk's Smart Contract Platform.
Unstable : No guarantees can be made regarding the API stability, the project is in development.
To run tests:
source .env
make test
That will also compile all the genesis contracts and it's associated circuits.
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