master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2
branches
0
tags
Code
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
{ "env": "dev", "services": [ "withdraw", "deposit" ] }
{ "name": "ETH", "url": "http://127.0.0.1:8545", "decimal": 8, "stable": 2, "collect": "0xb78f085e2759baf782c705cd3a9fcb5d39fa7b3c", "minCollect": 0.0001, "collectInterval": 30, "tradePassword": "FROM", "unlockDuration": 20000, "withdraw": "0x1c6f567e577a351917615fb1c8f1222dc96ba18d" }
{ "db": { "url": "127.0.0.1:3306", "name": "test", "username": "root", "password": "12345", "max_conn": 20 }, "redis": { "password": "12345", "time_format": "RFC3339", "clusters": [ { "name": "main", "url": "127.0.0.1:6379" } ] } }
{ "apis": { "rpc": { "active": true, "port": 8037 } }, "callbacks": { "redis": { "active": true }, "rpc": { "active": false, "deposit_url": "", "withdraw_url": "" } } }
go get -u github.com/go-sql-driver/mysql
go get -u github.com/stretchr/testify
go get -u github.com/go-redis/redis