WingsDao / wings-bridge

Easy integration with Wings
https://wings.ai
GNU General Public License v3.0
1 stars 0 forks source link

We have `Crowdsale.sol` and Bridge that derives from `BasicCrowdsale.sol` - overcomplicated slightly? #1

Open stefek99 opened 6 years ago

stefek99 commented 6 years ago

Now let's deploy bridge and direct crowdsale to bridge`

await deployer.deploy(Bridge, web3.toWei(10, 'ether'), web3.toWei(100, 'ether'), token.address, crowdsale.address)
const bridge = await Bridge.deployed()

Bridge itself is a BasicCrowdsale - contract Bridge is BasicCrowdsale - and the naming conventions are not ideal here...

borispovod2 commented 6 years ago

Not ideal, problem that idea in bridge to provide easy way to do integration as projects don't want to update their crowdsale, and however you look at it, bridge is still some kind of crowdsale report.

borispovod2 commented 6 years ago

So let's close or listen for your proposals :)