Skip to content

Commit

Permalink
[Add] #2 Wallet 部分(仮)
Browse files Browse the repository at this point in the history
  • Loading branch information
179cm-yamashita committed Jul 2, 2022
1 parent 63de182 commit 26c2e3b
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/viewer/web3/abi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import web3 from "./web3";
import tokenABI from "./web3/dammy_abi";

const dammy_address = "0xdceaf1652a131F32a821468Dc03A92df0edd86Ea";
const dammy_abi = tokenABI;

export default new web3.eth.Contract(dammy_abi, dammy_address);
Loading

0 comments on commit 26c2e3b

Please sign in to comment.