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