|
hace 4 meses | |
---|---|---|
.. | ||
api | hace 9 meses | |
program | hace 9 meses | |
tests | hace 5 meses | |
Cargo.toml | hace 4 meses | |
README.md | hace 9 meses | |
package.json | hace 9 meses | |
pnpm-lock.yaml | hace 9 meses | |
tsconfig.json | hace 9 meses |
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