1.0.0 • Published 3 years ago

@indexed-finance/indexed-core v1.0.0

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

@indexed-finance/indexed-core

Documentation

Deploy

To deploy with proper verification on Etherscan, use the scripts in package.json.

The factory must be deployed first, followed by the controller. After these two, the pool, initializer and seller implementations can be deployed in any order.

The deploy scripts can be run with:

yarn deploy:<contract> <network>

e.g.

yarn deploy:pool mainnet

Test

npm run test

Coverage

npm run coverage