Skip to content

IcyEagle/mark-price-contracts

Repository files navigation

Mark Price Smart Contracts

This repository contains the smart contract code for tokens that are managed by Mark Price algorithms.

Website | Twitter | Telegram

Deployed contracts

Development

Setup environment

npm run ganache

Test

npm test

Migrate

  • Create files .mainnet.secret and .ropsten.secret in the project root directory.
  • Fill them with private keys respectively (whether you want to deploy).
  • Use npm scripts for deployment: npm run ropsten-migrate or npm run mainnet-migrate.

Optionally, you can provide source code using this article: https://www.sitepoint.com/flattening-contracts-debugging-remix/

Mine

npm run ropsten-mine or npm run mainnet-mine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published