Skip to content

Solana escrow program for safe exchange of tokens, created with Anchor.

License

Notifications You must be signed in to change notification settings

ilpr/sol_escrow

Repository files navigation

Solana Escrow

Escrow program for safe exchange of tokens on Solana, created with Anchor.

Prerequisites

Build, Deploy and Test the Program

First, add path to your keypair file in Anchor.toml.

  • Build: anchor build
  • Deploy: anchor deploy

After initial deployment, make sure to update the program ID in lib.rs and Anchor.toml files.

Then, run anchor test to test the program.

About

Solana escrow program for safe exchange of tokens, created with Anchor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published