Skip to content

Commit

Permalink
Merge pull request #87 from Chengxuan/issue85-metadata-api
Browse files Browse the repository at this point in the history
Issue85 metadata api
  • Loading branch information
awrichar committed Aug 15, 2022
2 parents 6880df9 + ac94bef commit 7393a4d
Show file tree
Hide file tree
Showing 9 changed files with 939 additions and 175 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORT=3000
ETHCONNECT_URL=http://127.0.0.1:5102
ETHCONNECT_INSTANCE=/contracts/erc1155
CONTRACT_ADDRESS=
ETHCONNECT_TOPIC=token
ETHCONNECT_PREFIX=fly
AUTO_INIT=true
14 changes: 13 additions & 1 deletion samples/solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ Sample Ethereum smart contracts implementing ERC1155 tokens.

Included as a reference point for creating smart contracts that conform
to the ABIs expected by this token connector. See the Solidity source for
notes on functionality and limitations.
notes on functionality and limitations.

### Compile

```shell
npm run compile
```

#### Test

```shell
npm run test
```
Loading

0 comments on commit 7393a4d

Please sign in to comment.