Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic staking derivatives as CW20 token contracts #58

Merged
merged 13 commits into from
Aug 26, 2020

Conversation

ethanfrey
Copy link
Member

@ethanfrey ethanfrey commented Aug 26, 2020

This starts with the sample from cosmwasm but cleans it up and makes it fit the cw20 interface.

We still need to iterate on this one a production ready version, but this can serve as a demo and allows contract composition. (See #59 for future improvements)

  • Copy original code (and remove transfer functionality)
  • Pass all local tests
  • Basic cleanup
  • Extend cw20 token contract

@ethanfrey ethanfrey merged commit 755ef09 into master Aug 26, 2020
@ethanfrey ethanfrey deleted the cw20-staking-start branch August 26, 2020 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant