Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wfykitty/serversignedtransations
A simple application using Express to sign Ethereum transactions
https://github.com/wfykitty/serversignedtransations
ganache signature smart-contracts solidity web3js
Last synced: 12 days ago
JSON representation
A simple application using Express to sign Ethereum transactions
- Host: GitHub
- URL: https://github.com/wfykitty/serversignedtransations
- Owner: wfykitty
- Created: 2020-06-17T23:39:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:58:47.000Z (almost 2 years ago)
- Last Synced: 2023-04-18T01:37:22.911Z (over 1 year ago)
- Topics: ganache, signature, smart-contracts, solidity, web3js
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Signed Transations
This demo shows how to send a server signed transaction in Ethereum, with confirmation receipt:
![Alt Text](https://img.techpowerup.org/200618/1.png)
### How to run
- Update port number.
- Update new contract address and ABI after deploployed.
- open 'http://localhost:3000/'.
- Refresh the page to see the output in the console.