Skip to content

berzanorg/aptos-dictionary-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptos-dictionary-contract

The smart contract of Aptos Dictionary dApp, powered by the Move Language.

The dApp is live at berzanxyz.github.io.

An interface for Aptos Dictionary resides in aptos-dictionary-interface.

Events and tests are not implemented as this project is very basic.

Developing

  • Clone the repo with git clone https://github.com/berzanxyz/aptos-dictionary-contract.git
  • You can use Dev Containers for getting the development environment ready.