@nftaftermarket/superxerox2
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ether-react

Made with create-react-library

NPM JavaScript Style Guide

CLAIM

Not production ready. Use on your own RISK!

Create a new react app

npx create-react-app my-app
cd my-app
npm start

refer to

Install

npm install --save NFTaftermarket/superxerox2

or

yarn add NFTaftermarket/superxerox2

Usage

import React from 'react'

import { SXContractComponent } from 'NFTaftermarket/superxerox2'
import 'NFTaftermarket/superxerox2/dist/index.css'

const App = () => {
  return <SXContractComponent text="DApp 🚀" />
}

export default App

Run

Currently only support Ethereum Ropsten Testnet

npm run start

or

yarn start

Ropsten Deployment

address
Bootstrap
(Bootstrap.sol)
0x9d68dD60aC5496AD6E4bBAdf93875525d8C85D0E
NFT CopyToken
(CopyToken.sol)
0xBEd1bb84251dC2f2eb7208dE4bc72950bC636BD9
CopyMachine
(SuperXerox.sol)
0x34b0f1e2ad834a28da1651cc3c1e27978b74a971
Copy super Token
(NativeSuperToken.sol)
0x19a375a4e9972690ad876ac4722993e02335b823
deployer address (Owner) 0x609683612D80A091C69747a76ec6efE284a7cf46

License

MIT License ©2021 Ming-der Wang

Readme

Keywords

none

Package Sidebar

Install

npm i @nftaftermarket/superxerox2

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

134 kB

Total Files

15

Last publish

Collaborators

  • mingderwang