Releases: real-token/realtoken-yam-interface
Releases · real-token/realtoken-yam-interface
v0.2.0
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
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.