Skip to main content
Before You Start: Ensure Node.js (version 18.10.0 or higher) is installed and running in your environment.

Step 1: Install Maneki

Get started by installing the Maneki library in your project. Maneki powers the creation and management of DAO LLCs, governance, and traditional banking services. Use one of the following commands based on your package manager:
npm i maneki

Step 2: Initialize Maneki

Once installed, you can initialize your project to start using Maneki’s features:
const manekiInstance = initializeManeki({
  apiKey: 'your-api-key-here',
  environment: 'production', // or 'development'
});

manekiInstance.createOrganization({
  name: 'Your DAO LLC',
  legalJurisdiction: 'Wyoming',
  initialMembers: ['[email protected]', '[email protected]'],
});
This setup ensures your organization is properly configured to use the platform’s core features such as governance, treasury management, and DAO LLC creation.

Step 3: Next Steps

Maneki offers a powerful set of tools for decentralized governance and traditional banking as a service. Now that your project is set up, you can: • Create and manage organizations and collectives: Learn how to use Maneki to create and organize DAO LLCs, add members, and set up governance processes. • Leverage cryptographic security: Understand how to integrate cryptographic transparency and security into your financial transactions. • Manage financial operations: Use Maneki’s API to move funds between members using traditional banking services. Propel Forward Maneki integrates seamlessly with your project, allowing you to scale DAO LLCs, manage finances, and control governance with transparency and security. Explore our documentation to unlock the full potential of Maneki’s platform.