cw4-stake 0.7.0

CW4 implementation of group based on staked tokens
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ReceiveMsg",
  "anyOf": [
    {
      "description": "Only valid cw20 message is to bond the tokens",
      "type": "object",
      "required": [
        "bond"
      ],
      "properties": {
        "bond": {
          "type": "object"
        }
      },
      "additionalProperties": false
    }
  ]
}