Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.32 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.32 KB

Standards

You can find the services standards and contracts that use this services to extend their functionalities.

Contracts and services are in a "fixed" version of the gear-foundation standards, The standards were modified so that they can work individually, however, you can use the standard version which are within a workspace.

When compiling each contract (extended-v..), a new folder called idl_and_client will be created, which will contain the idl and client of the contract.

Services

  • vft-service: Vara Fungible Token service, you can find more information on the Vara wiki
  • vnft-service: Vara Non-Fungible Token service, you can find more information on the Vara wiki
  • vmt-service: Vara Multiple Token service, you can find mor information on the Vara wiki

Contracts:

  • extended-vft: contract that extends the vft service and implements extra methods.
  • extended-vnft: contract that extends the vnft service and implements extra methods.
  • extended-vmt: contract that extends the vmt service and implements extra methods.