Skip to content

sidmore/URLShortner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLShortner

Step1: Getting Rinkeby Test tokens.
Follow instructions here: https://faucet.rinkeby.io/.

Step2: Deploying SmartContract on Rinkeby Test Net.
a. launch Remix ide: https://remix.ethereum.org/.
b. Copy UrlShortner code and paste it.
c. Compile.
d. To deploy choose injected web3 environment from drop down.
e. Deploy smart contract.
f. copy smart contract address.

Step3: Monitor Contract Transactions
a. Go to https://rinkeby.etherscan.io/.
b. Copy paste your smart contract address.
c. In Remix.ide after deploying it gives a nice interface to interact with the contract.
d. Observe transactions in Rinkeby.

Step4: Use Python client to interact with the deployed smart contract.
a. Get your infura url (ethereum node as a service): https://infura.io/.
b. Set environment variables in python environment accordingly.
c. Run python interactor.
d. Observer printed hash for your URL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.0%
  • Solidity 42.0%