Bitcoin Forum
May 24, 2024, 01:24:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: [ICO] [BOUNTY] ICO Dev. Kit: Develop and run an ICO or Ad Campaign automatically  (Read 760 times)
Quark101
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 16, 2018, 10:03:45 PM
 #61

ShareHolder Factory Contract
Deploying contracts manually is a boring and error-prone task, especially if more than one contract needs to be created. Consider an example: a musical band using ShareHolder Contract to do a fund rising for each of their songs: one song - one contract. Then as song brings some profit, part of the profit is being distributed (again, by ShareHolder contract) among owners of shares.

As we know, a musical band can easily have hundreds of songs...

To automate the task of creating multiple contracts, a ShareHolder Factory contract was created.

The only purpose of a ShareHolder Factory contract is to simplify creation of ShareHolder contracts:



ShareHolder Factory is therefore a code in an Ethereum block chain that takes some initial parameters, such as number of shares your new ShareHolder contract should manage, initial price of a share and so on. Then it creates a contract and deploys it in a block chain for you.

Here "for you" means that your wallet's address becomes an owner of a newly deployed contract, so WE have no control over it: you do.
SnowCron (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 17, 2018, 08:31:55 AM
 #62

ICO Generator is officially on: seeour hands-on tutorial
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 18, 2018, 07:25:52 AM
 #63

Ethereun Developers Kit ICO
Overview


As we keep adding new tools to our Ethereun ICO Developers Kit, it becomes more attractive for investors. Even now, far from being complete, it is of value... which can be used to attract funds and to speed up the development.

An interesting thing to try however, would be to run our ICO using our tools ONLY. Can our crowd sale run on a contract, that was produced by

ICO Generator? Can we control our bounty campaign using our tools, like Signature Scanner, without the need to pay extras to bounty campaign manager?
The answer is "yes, but". On one side, we can, why not. On the other hand, we are developing tools, which means some of them are not ready. And when they are going to be ready, we will not require any funds to develop them.

So we have chosen a compromise. Our ICO campaign will start as soon as basic tools are ready, and will use more tools as they become awailable. Below we explain how.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 18, 2018, 12:37:46 PM
 #64

ABOUT SHAREHOLDER

Built on Ethereun block chain, ShareHolder contract provides a state of the art platform for managing profits earned by an arbitrary number of so-called "attached" smart contracts. Any contract can attach itself to "ShareHolder" if it implements a very simple functionality used by ShareHolder Platform.
In November 2017 SnowCron Group has announced the whitepaper providing details and plans to make the service available by the end of the year. It creates the world’s first, next-generation unified interface for Ethereum contracts that behave closer to common shares, providing dividend payments management and an easy integration with a range of existing solutions.
While many startups have been taking advantage of ICO opportunities for funding, investing in them is not regulated and generally speaking, nothing protects the investor from loosing money. ShareHolder contract uses a different model: price of the "share" never goes down, period.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 19, 2018, 12:28:12 AM
 #65

THE SHAREHOLDER PLATFORM

ShareHolder is a Smart Contract Technology and an ecosystem for other smart contracts to rely upon. The "attached" contract(s) can delegate it all the tasks of handling the contract's profit: distributing dividends among share holders, letting share holders to buy/sell shares (and to receive future dividends), determine the market price of a "share" and so on. The "share" itself is organized in such a way that its price never decreases, strictly speaking it is not a share, but an accumulating bank account.
Developers can leverage ShareHolder to monetize their skills and offer Smart Contract solutions to end-customers without getting into details of profit sharing. ShareHolder contract is fully compatible with ERC20 and other modern standards, it meets customer needs while being audited and secure.
Making your contract ShareHolder compatible is very easy, all it takes is implementing few (and we mean it: FEW!) lines of code by following an example from the tutorial. ShareHolder makes deployment and use of smart contracts easier, faster and more cost-effective, speeding up the development cycle. For more information on how to invest in ShareHolder, visit Investing in ShareHolder Tutorial.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 19, 2018, 07:15:31 AM
 #66

Tools we are going to create

Creating an ICO Campaign is still to some extend an art, however it seems that a natural selection and laws of free market work well in this case: campaigns that do things wrong fail, and more campaigns follow a path that is known to be successful.

White Paper, Announce and other documents that contain very little information but cause a hypnotic effect on people. We are not going to automate this part, as to do it all one need to know is marketing dialect of English and Web designers familiar with Bootstrap one-pagers are ten cents a dozen.

ICO token and Crowd Sale Contracts. Available via our

ICO Generator tool. The tool can be used to create a customized contract, all that remains is to deploy it. Deployment, by the way, is described in a tutorial.
Bounty Campaign: Bitcointalk signatures, Facebook, Telegram, Twitter. We are going to provide tools replacing a human Bounty Campaign Manager. See for example, our Signature Scanner.

Statistics. The fee we take for our contracts is very small, but they are not free. One of Frequently Asked Questions is: why would customers pay? Contracts are awailable (and their code is visible) on etherscan, so any one can copy them and use. Two reasons why it is a bad idea.

First, contracts are not in a free domain, and the more successful "thief's" business is, the higher are chances he'll face legal charges. For $3 that we currently charge per month, think about it.

And the second reason: we are going to provide web sites, running statistics, charts and other nice things clients' busibess would benefit from. If some one copies our contracts, he'll have to run such sites himself.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 19, 2018, 05:16:04 PM
 #67

SAMPLE USE CASES

The ShareHolder smart contract serves as a connection between businesses, developers, and real-world users. Below, we have key use cases listed; please keep in mind that there can be more, as the functionality it provides is generally the same for many different businesses. An approach we take makes possible for smart contracts and blockchain developers, to focus on delivering high quality products without the need to reinvent the wheel.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Fizpok
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


View Profile WWW
March 20, 2018, 05:22:19 AM
 #68

ERC20Interface
Think of an interface as of a reminder: here are functions you have to implement. By deriving our token (below) from ERC20Interface, we make sure that it is compatible with ERC20 standard.

Ethereum Programming Guide
Create Solidity contracts: Step-by Step Hands-on Guides.
Pages: « 1 2 3 [4]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!