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