Skip to content

aligh98/gyrostable-core-development-mod-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 23, 2021
cbd0f6e · Feb 23, 2021
Feb 7, 2021
Nov 11, 2020
Feb 21, 2021
Feb 21, 2021
Feb 21, 2021
Feb 21, 2021
Feb 23, 2021
Feb 23, 2021
Feb 13, 2021
Feb 7, 2021
Feb 3, 2021
Jan 18, 2021
Feb 21, 2021
Feb 21, 2021
Feb 23, 2021
Feb 21, 2021
Jan 23, 2021
Jan 28, 2021
Feb 20, 2021
Feb 20, 2021

Repository files navigation

Gyroscope core

Initial setup

First, install the dependencies and compile using

yarn install
yarn build

and for development purposes, link the package using

yarn link

Running a node

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

About

Testnet core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 82.1%
  • TypeScript 15.9%
  • Python 1.7%
  • JavaScript 0.3%