tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

Implement FA2 functionality #6

Closed gromakovsky closed 4 years ago

gromakovsky commented 4 years ago

Motivation and clarification

We already know that the contract must follow FA2 specification. Details are described in https://github.com/tqtezos/baseDAO/pull/2 (which is not finished yet). We should implement all that logic. But first let's wait for https://gitlab.com/morley-framework/morley-ledgers/-/issues/5

Acceptance criteria

  1. Our smart contract has all entrypoints required by FA2.
  2. They reuse as much as possible from morley-ledgers.
gromakovsky commented 4 years ago

Not all entrypoints have been implemented in #13.