Skip to content

Simple password manager smart contract built on Ontology

License

Notifications You must be signed in to change notification settings

WyattMufson/ONTlockDB

Repository files navigation

ONTlockDB

Simple password manager smart contract built on Ontology

How to use

  1. Store data (overwrites previous)
put(address, website, username, password)

Stores the username and password for website for the user with the wallet address.

  1. Get data
get(address, website)

Gets the username and password for website for the user with the wallet address.

  1. Delete data
delete(address, website)

Deletes the username and password for website for the user with the wallet address.

About

Simple password manager smart contract built on Ontology

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published