Skip to content

Instantly share code, notes, and snippets.

View sujithsomraaj's full-sized avatar
🦧
aping

Sujith Somraaj sujithsomraaj

🦧
aping
View GitHub Profile
import React, { Component } from 'react';
import './index.css';
import Web3 from 'web3';
class Wallet extends Component {
render() {
return (
<div className="container1">
<h1> Wallet Data </h1>
<p>{this.props.account} </p>