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.
- Host: GitHub
- URL: https://github.com/berzanorg/aptos-dictionary-contract
- Owner: berzanorg
- License: mit
- Created: 2023-09-23T15:58:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T16:44:33.000Z (about 2 years ago)
- Last Synced: 2025-03-12T23:33:18.246Z (7 months ago)
- Topics: aptos, dapp, move, smart-contracts
- Language: Move
- Homepage: https://berzanxyz.github.io/aptos-dictionary-interface
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.