https://github.com/jakelin/ethereum-remittance
A smart contract for remittance running on Ethereum EVM
https://github.com/jakelin/ethereum-remittance
Last synced: about 2 months ago
JSON representation
A smart contract for remittance running on Ethereum EVM
- Host: GitHub
- URL: https://github.com/jakelin/ethereum-remittance
- Owner: JakeLin
- Created: 2019-08-21T04:49:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T04:42:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T10:12:14.072Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remittance
A simple smart contract for remittance
## How to use
### Migrating
One of the option to test the contract quickly is to use the truffle develop network.
```
> truffle develop // to start the develop local network
> truffle migrate // migrate to the develop local network
```
### Testing
We use JavaScript to test our contract.
```
> truffle test
```