Skip to content

sagacards/bazaar

Repository files navigation

Bazaar

Tests

TypeScript

cp .env.example .env
npm i
npm run make-admin
npm run test:dfx

Motoko

./.scripts/moc-test

Project Structure

./
├── keys  | Private test keys used in the test suite.
├── lib   | TS testing library.
├── src   | The Motoko source code.
└── tests | Both TS and Motoko tests.

Utility Scripts

export PATH=$PATH:$(pwd)/.scripts

# moc-check src/main.mo

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published