Skip to content

Commit 8fd6c14

Browse files
committed
basic interface
1 parent 18a6c90 commit 8fd6c14

File tree

8 files changed

+53394
-34
lines changed

8 files changed

+53394
-34
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
22

33
> [ads.txt](https://iabtechlab.com/ads-txt/) - on the blockchain.
44
5-
Proof of concept.
5+
Rinkeby Address
6+
7+
https://rinkeby.etherscan.io/address/0x343c82f96358e0bac16845fb718ea1d44e107270
68

79
# Usage
810

911
Add seller for publisher
1012

11-
**addSeller(sellerId, sellerDomain, sellerRelationship, sellerTagId)**
13+
**addSeller(sellerDomain, sellerId, sellerRelationship, sellerTAGID)**
1214

1315
Add seller for publisher
1416

15-
**removeSeller(sellerId)**
17+
**removeSeller(sellerDomain, sellerId)**
1618

1719
Get seller for publisher id
1820

19-
**getSellerForPublisher(publisherId, sellerId)**
21+
**getSellerForPublisher(publisherId, sellerDomain, sellerId)**
2022

2123
Get seller for publisher domain
2224

23-
**getSellerForPublisherDomain(publisherDomain, sellerId)**
25+
**getSellerForPublisherDomain(publisherDomain, sellerDomain, sellerId)**
2426

2527
Terminology:
2628

@@ -39,6 +41,8 @@ truffle test
3941

4042
- [Ads.txt – Authorized Digital Sellers](https://iabtechlab.com/ads-txt/)
4143

44+
- [About Ads.txt](https://iabtechlab.com/ads-txt-about/)
45+
4246
- [truffle framework](https://github.com/trufflesuite/truffle)
4347

4448
- [Solidity](https://solidity.readthedocs.io)

0 commit comments

Comments
 (0)