Skip to content

DraconMarius/testnet-tx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alchemy Testnet Transaction

License: MIT

Check out the badges hosted by shields.io

Deployed Heroku Link

Description

A web app for sending testnet tokens for various supported network


Table of Contents


Installation

This project is hosted on a heroku eco-dyno, when it is not being actively used it requires a bit extra start up time. This can be mitigated by upgrading to the next tier on heroku.

Deployed Heroku Link

If you would like to host a version of it yourself, please follow these instructions:

to install both the client and server side dependencies: npm i

start the server: npm start

to concurrently start server and client react code w/ hotreload: npm run develop

This deployed project currently uses a wallet address's secret key set in the .env. (this will be the address where the testnet tokens are from) If hosting a standalone instance, please ensure both Alchemy API key and secret key are availble in .env


Usage

To send testnet tokens using the Alchemy SDK requires the follow params:

You are also able to connect your browser extension wallets that utilizes the EIPS-6963 which helps avoid conflict and improves user experience.

Wallet Balance and History

  • network
  • address

gif5

Sending Transaction

  • network
  • receiving address
  • gasLimit
  • maxPriorityFeePerGas
  • maxFeePerGas
  • nonce from getTransactionCount
  • value

Receipts

  • network
  • Transaction Hash

gif5



License

License: MIT


Author

Mari Ma

github linkedin

Icon credit @ Anton Kalashnyk


Questions

For any questions, please reach out directly or by creating an issue.

About

transactions on testnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published