An open API service indexing awesome lists of open source software.

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

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
```