8000 GitHub - theo0x0/contract-database: Stores contract addresses and ABIs on blockchain (sol contract)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

theo0x0/contract-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Contract Database

Easy access contract addresses and ABIs by their names

Another realisation ERC-137: Ethereum Domain Name Service - Specification

How to edit

  • Call setAddress(string, address) to change or add your contract address, can be called from constructor
  • Call setAbi(string, string) to set ABI for your contract to access

How to access

  • Call getContractByName(string) and get the address and ABI of a contract

How it works

  • Replaces proxy contracts, works for every type of a contract
  • No need to constantly change deployed contract address in your code
  • No need to store abis in your code

Todo

  • Add change history

About

Stores contract addresses and ABIs on blockchain (sol contract)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0