Skip to content

pedrorv0106/eth-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eth-transfer

Ethereum Transfer

Get all dependencies

go get ./...

DB Migrations

Install migration tool goose

go get -v goose

Run migration script

goose -dir migrations mysql "$DBUSER:$DBPASSWORD@/xentrade_development" up

copy .env.mainnet to .env

cp .env.mainnet .env

change environment variables in .env

Run Application

go run blockchain/main.go
go run fee_transaction/main.go

About

Ethereum Transfer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published