Skip to content

Commit

Permalink
Solana (#5)
Browse files Browse the repository at this point in the history
* switch to interface attribute name

* api, interface is a keyword

* v9.0.0: first solana support
  • Loading branch information
spape authored Jul 13, 2022
1 parent 4e2d892 commit 695f63f
Show file tree
Hide file tree
Showing 40 changed files with 10,049 additions and 9,188 deletions.
48 changes: 35 additions & 13 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<title>Development</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="application/javascript"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-blockchains@4"></script>
<script crossorigin src="https://unpkg.com/@depay/solana-web3.js@1"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-blockchains@5"></script>
<script src="tmp/index.dev.js"></script>
</head>
<body>
Expand Down
Loading

0 comments on commit 695f63f

Please sign in to comment.