package blockchain import ( "github.com/go-xorm/xorm" ) func participate(engine *xorm.Engine, user string, amount float64) error { return nil }