├── ERCTokenImplementation.sol ├── LICENSE ├── README.md ├── TradeImplementationExample.java └── experiments └── auction └── ERC875Auction.sol /ERCTokenImplementation.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaWallet/ERC875-Example-Implementation/HEAD/ERCTokenImplementation.sol -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaWallet/ERC875-Example-Implementation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaWallet/ERC875-Example-Implementation/HEAD/README.md -------------------------------------------------------------------------------- /TradeImplementationExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaWallet/ERC875-Example-Implementation/HEAD/TradeImplementationExample.java -------------------------------------------------------------------------------- /experiments/auction/ERC875Auction.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaWallet/ERC875-Example-Implementation/HEAD/experiments/auction/ERC875Auction.sol --------------------------------------------------------------------------------