|
4 hónapja | |
---|---|---|
.. | ||
api | 9 hónapja | |
program | 9 hónapja | |
tests | 5 hónapja | |
Cargo.toml | 4 hónapja | |
README.md | 9 hónapja | |
package.json | 9 hónapja | |
pnpm-lock.yaml | 9 hónapja | |
tsconfig.json | 9 hónapja |
Escrow is a ...
Consts
– Program constants.Instruction
– Declared instructions.MakeOffer
– Make an offer ...TakerOffer
– Take an offer ...Offer
– Offer state ...Compile your program:
pnpm build
Run tests:
pnpm test
Run build and test
pnpm build-and-test
Deploy your program:
pnpm deploy