This repository contains the source code for the Decentralized Factoring Challenge solidity contract. (The web interface can be found in the sesame-foundation-frontend) repository.)
- Install with
npm install
. - Build with
npm run build
. - Test with
npm run test
. This might require setting theNODE_OPTIONS
environment variable to--openssl-legacy-provider
.
- Start the test net with
npm run local-testnet
. - Deploy the contract with
npm run deploy:local
.