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

Create basic Cw20 contract (reference) #12

Merged
merged 8 commits into from
Jun 17, 2020
Merged

Create basic Cw20 contract (reference) #12

merged 8 commits into from
Jun 17, 2020

Conversation

ethanfrey
Copy link
Member

Closes #3

  • Implement the basic aspects of the cw20 interface in a contract.
  • Ensure the cw20 interface types work
  • Allow us to test the receiver interface
  • Design it so other contracts can extend this one

@ethanfrey ethanfrey added this to In progress in Contract development via automation Jun 16, 2020
@ethanfrey ethanfrey marked this pull request as ready for review June 16, 2020 17:23
@ethanfrey ethanfrey merged commit 28ce200 into master Jun 17, 2020
Contract development automation moved this from In progress to Done Jun 17, 2020
@ethanfrey ethanfrey deleted the cw20-base branch June 17, 2020 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Define CW20-base
1 participant