bloxbean / avm-archetype

Maven archetype which is used to generate Aion AVM based smart contract project in java
MIT License
0 stars 3 forks source link

New Archetype Examples #10

Closed johnnymatthews closed 4 years ago

johnnymatthews commented 5 years ago

It would be helpful if developers were given new options for different types of contract. For example:

  1. A simple Getter Setter for new developers, similar to what is already present in the default archetype, also seen in the docs.
  2. A contract that transfers AION.
  3. The Secret Message seen in the Aion Docs
  4. An Aion Token Standard template, as seen in the Aion Fungible Token contract
  5. A Non-fungible Token template, when that is released.
satran004 commented 5 years ago

I am exploring two options -

I would prefer the second option as it is easy to maintain one archetype project. But I need to check what's the best way to implement that.