SkillAgentSearch skills...

ProofOfConcept

PoC for renting non-fungible tokens

Install / Use

/learn @BookLocal/ProofOfConcept
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is a truffle compiled project file. It is not safe to merge until "safe" absolute paths are established.

In order to call methods of PermissionedAccess, assign it to PA with this line: PermissionedAccess.deployed().then(function(res){PA = PermissionedAccess.at(res.address)})

In order to call methods of RoomBase, assign it to RB with this line: RoomBase.deployed().then(function(res){RB = RoomBase.at(res.address)})

In order to call methods of RoomOwnership, assign it to RO with this line: RoomOwnership.deployed().then(function(res){RO = RoomOwnership.at(res.address)})

In order to call methods of RoomRenting, assign it to RR with this line: RoomRenting.deployed().then(function(res){RR = RoomRenting.at(res.address)})

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4y ago
Forks6

Languages

JavaScript

Security Score

55/100

Audited on Apr 26, 2021

No findings