Skip to content

saddle-finance/saddle-token

Repository files navigation

Saddle Token

codecov CI

This repo includes the main ERC20 contract for the Saddle token and the vesting contracts.

The deployer can set whether the token should be paused at deployment. If so, then the token is not transferrable for a specified amount of time. After the pause period is over, the governance can call changeTransferability(bool) function to change the transferability of the token.

Running tests

$ npm install
$ npm run test

Running coverage tests

$ npm install
$ npm run coverage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published