Skip to content

Commit

Permalink
스마트 컨트랙트 연연결중🖇️
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungbinkim committed Feb 24, 2023
1 parent 1ee4210 commit c056d52
Show file tree
Hide file tree
Showing 12 changed files with 17,549 additions and 209 deletions.
3 changes: 3 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import React from 'react';
import { Text, View } from 'react-native';
import { Provider } from 'react-redux';
import { initTradeContract } from './src/core/web3';

import initStore from './src/store/store';
import Layout from './src/Layout';

initTradeContract();

const store = initStore();

const APP = () => {
Expand Down
Loading

0 comments on commit c056d52

Please sign in to comment.