An open API service indexing awesome lists of open source software.

https://github.com/berzanorg/aptos-dictionary-contract

Move module for Aptos Dictionary dApp.
https://github.com/berzanorg/aptos-dictionary-contract

aptos dapp move smart-contracts

Last synced: 6 months ago
JSON representation

Move module for Aptos Dictionary dApp.

Awesome Lists containing this project

README

          

# aptos-dictionary-contract
The smart contract of Aptos Dictionary dApp, powered by the [`Move Language`](https://aptos.dev/move/move-on-aptos/).

The dApp is live at [`berzanxyz.github.io`](https://berzanxyz.github.io/aptos-dictionary-interface).

An interface for Aptos Dictionary resides in [`aptos-dictionary-interface`](https://github.com/berzanxyz/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.