Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

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

Open
stefek99 opened this issue Apr 10, 2018 · 2 comments

Comments

@stefek99
Copy link

stefek99 commented Apr 10, 2018

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
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants