Skip to content

Commit

Permalink
Add initial version of example, works on BSC
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Apr 28, 2022
0 parents commit 95b209a
Show file tree
Hide file tree
Showing 11 changed files with 2,410 additions and 0 deletions.
297 changes: 297 additions & 0 deletions ERC20.json

Large diffs are not rendered by default.

357 changes: 357 additions & 0 deletions ERC721.json

Large diffs are not rendered by default.

Empty file added README.md
Empty file.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "web3p/examples",
"description": "Patrick test project.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "sc0Vu",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "^6.3 | ^7.0",
"PHP": "^7.1",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.11",
"ext-mbstring": "*",
"web3p/ethereum-tx": "^0.4.3",
"web3p/web3.php": "^0.1.5"
}
}
Loading

0 comments on commit 95b209a

Please sign in to comment.