Skip to content

Releases: real-token/realtoken-yam-interface

v0.2.0

28 Oct 18:49

Choose a tag to compare

New functionalities and modifications:

  • Add docker file, docker-compose, Kubernetes, CI/CD pipeline to deploy the app on DigitalOcean.
  • Use mantine for layout, mantine useForm hooks for SellActions component
  • Add head, meta for SEO
  • Rework table, theme
  • Add calculating amount to permit to adjust allowances for cumulating multiple offers.

v0.1.0

14 Oct 08:13

Choose a tag to compare

First version, compatible with smart contract v0.1.0:

  • Table to fetch offer data from the contract.
  • Table to fetch each seller's offers.
  • Allow sellers to create/update/delete an offer (RealToken with permit function).
  • Allow buyers to buy token using permit or approve.