Example of a grin exchange integration. This was done to test the flows, so the implementation is not secure (missing some very important checks!).
- 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) - run grin-node on localhost standard port
- rin grin-wallet owner_api on standard port
- Install
nix
package manager. - run
nix-shell
in project root - run
yarn install
in project root inside of nix-shell - run
docker-compose up
and go tolocalhost:8080