Skip to content

svelterun/float

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emerald DAO FLOAT App

This repo contains the source code for Emerald City's FLOAT system (POAP equivalent for Flow... but a lot better ;) )

>>> Create a FLOAT <<<

Contracts

FLOAT Contract Addresses:

  • MainNet: 0x2d4c3caffbeab845
  • TestNet: 0x0afe396ebc8eee65

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

Before creating a production version of this app, run:

npm run build

About

Emerald DAO FLOAT App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cadence 36.2%
  • Svelte 34.8%
  • JavaScript 26.5%
  • CSS 1.9%
  • HTML 0.6%