@cosmofund/cosmofund

CosmoFund Contract

Usage no npm install needed!

<script type="module">
  import cosmofundCosmofund from 'https://cdn.skypack.dev/@cosmofund/cosmofund';
</script>

README

CosmoFund Smart Contract

CosmoFund WEB Site: www.CosmoFund.space.

Verified Smart Contracts:

Usage CosmoFund Smart Contract

Install

yarn add @cosmofund/cosmofund
# or
npm install @cosmofund/cosmofund

Usage

const CosmoFund = require('@cosmofund/cosmofund/build/CosmoFund.json');
const CosmoDistributor = require('@cosmofund/cosmofund/build/CosmoDistributor.json');
const CosmoFundLiquidityLocker = require('@cosmofund/cosmofund/build/CosmoFundLiquidityLocker.json');
// or
import CosmoFund from '@cosmofund/cosmofund/build/CosmoFund.json';
import CosmoDistributor from '@cosmofund/cosmofund/build/CosmoDistributor.json';
import CosmoFundLiquidityLocker from '@cosmofund/cosmofund/build/CosmoFundLiquidityLocker.json';

LICENSE

See in LICENSE.