Skip to content

Arsalen/transparent-contracts-erc1538

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP 1538 sample dapp

A reference implementation of ERC1538 on ropsten with migration scripts and a sample calling the updateContract function that adds the ERC721 standard functions.

Prerequisites

On a ubuntu server.

  • Install truffle.
  • Clone source.
  • Setup a .env file with the following content in root directory.
PRIVATE_KEY=<PRIVATE_KEY>
INFURA_API_KEY=<INFURA_API_KEY>
ADDRESS=<ADDRESS>

RUN

Run the the following commands.

user@host:~/transparent-contracts-erc1538$ npm i --save
user@host:~/transparent-contracts-erc1538$ truffle migrate --network ropsten
user@host:~/transparent-contracts-erc1538$ node tx.js # Sample calling the delegate contract

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 67.9%
  • JavaScript 32.1%