First, install the dependencies and compile using
yarn install
yarn build
and for development purposes, link the package using
yarn link
Start a node
yarn run-node
This will print the accounts, including their private keys. The first account holds many different tokens so we recommend importing this account to MetaMask using its private key.
Then, in another terminal, deploy the contracts, export information and compile everything using
yarn build:full
At this stage, the SDK should work properly, try running the tests following the instructions at: https://github.com/stablecoin-labs/gyro-sdk