Articles of Incorporation

articles-of-incorporation@0.6.0 Contract ^0.20.0 e936702a1bd92368f49da8c0f49aeb84e4abd6b08f017a23b3b20dd91260a7e7

This is an NC Articles of Incorporation

Download Archive Open in Template Studio

North Carolina Articles of Incorporation

This is a basic Articles of Incorporation.

Template Text

Grammar

ARTICLES OF INCORPORATION

Pursuant to §55-2-02 of the General Statutes of North Carolina, the undersigned does hereby submit these Articles of Incorporation for the purpose of forming a business corporation.
1. The name of the corporation is: {{companyName}}

1. The number of shares the corporation is authorized to issue is: {{shares}}

1. These shares shall be all of one class, designated as common stock.

1. The name of the initial registered agent is: {{rAgentName}}

1. The North Carolina street address and county of the initial registered office of the corporation is:
{{rAgentName}}
{{rAgentStreet}}
{{rAgentCity}}, NC {{rAgentZip}} County: {{rAgentCounty}}

1. The mailing address, if different from the street address, of the initial registered office is:
{{rAgentAltStreet}}
{{rAgentAltCity}} State NC {{rAgentAltZip}} {{rAgentAltCounty}}

Sample

ARTICLES OF INCORPORATION

Pursuant to §55-2-02 of the General Statutes of North Carolina, the undersigned does hereby submit these Articles of Incorporation for the purpose of forming a business corporation.
1. The name of the corporation is: "Brookelaw"

1. The number of shares the corporation is authorized to issue is: 100

1. These shares shall be all of one class, designated as common stock.

1. The name of the initial registered agent is: "Thomas M. Brooke"

1. The North Carolina street address and county of the initial registered office of the corporation is:
"Thomas M. Brooke"
"101 S. Main St."
"China Grove", NC "28023" County: "Rowan"

1. The mailing address, if different from the street address, of the initial registered office is:
"601 S. Franklin Street"
"China Grove" State NC "28023" "Rowan"

Sample Data

{
    "$class": "org.trustblocks.incorporation.articles",
    "contractId": "fb1660cd-9496-4b27-92af-daa98202f186",
    "companyName": "Brookelaw",
    "shares": 100,
    "rAgentName": "Thomas M. Brooke",
    "rAgentStreet": "101 S. Main St.",
    "rAgentCity": "China Grove",
    "rAgentZip": "28023",
    "rAgentCounty": "Rowan",
    "rAgentAltStreet": "601 S. Franklin Street",
    "rAgentAltCity": "China Grove",
    "rAgentAltZip": "28023",
    "rAgentAltCounty": "Rowan"
}

Template Model

Model Dependencies

Template Logic

Find the full logic for this template on on GitHub.

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "2397cdd1-2392-11ea-8f81-2d4d6206f4bc"
}

Request Types

Type Sample JSON
org.trustblocks.incorporation.articleFiled
{
    "$class": "org.trustblocks.incorporation.articleFiled",
    "transactionId": "2397a6c0-2392-11ea-8f81-2d4d6206f4bc",
    "timestamp": "2019-12-21T01:35:15.756+00:00"
}

Response Types

Type Sample JSON
org.accordproject.cicero.runtime.Response
{
    "$class": "org.accordproject.cicero.runtime.Response",
    "transactionId": "2397cdd0-2392-11ea-8f81-2d4d6206f4bc",
    "timestamp": "2019-12-21T01:35:15.757+00:00"
}

Events Types

Type Sample JSON
org.accordproject.base.Event
{
    "abstract": "this is an abstract type"
}

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on GitHub.