Skip to content

pkariz/grin-testnet-exchange

Repository files navigation

Grin testnet exchange

Example of a grin exchange integration. This was done to test the flows, so the implementation is not secure (missing some very important checks!).

Run locally

  1. fill out the missing ENV variables in .env (you can also set wallet address of the exchange in .env.development, although that's only used to display it to the user)
  2. run grin-node on localhost standard port
  3. rin grin-wallet owner_api on standard port
  4. Install nix package manager.
  5. run nix-shell in project root
  6. run yarn install in project root inside of nix-shell
  7. run docker-compose up and go to localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published