Skip to content

greymass/unicove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Nov 29, 2024
Nov 4, 2024
Nov 29, 2024
Nov 10, 2024
Dec 13, 2024
Dec 6, 2024
Nov 4, 2024
Jul 16, 2024
Jun 13, 2024
Nov 13, 2024
Nov 10, 2024
Nov 4, 2024
Nov 14, 2024
Dec 5, 2024
Nov 28, 2024
Dec 13, 2024
Nov 4, 2024
Oct 2, 2024
Dec 13, 2024
Jul 24, 2024
Nov 4, 2024
Nov 13, 2024
Nov 10, 2024
Jul 16, 2024
Jul 16, 2024
Dec 13, 2024

Repository files navigation

2 Unicove 2 Furious

inspiration

Development

Clone this repo and run bun install to install the dependencies.

Add a .env file to the root of the project with the following content:

PUBLIC_LOCAL_SIGNER=""
API_EOS_HISTORY=https://eos.greymass.com
API_EOS_CHAIN=https://eos.greymass.com
API_EOS_LIGHTAPI=https://eos.light-api.net
API_JUNGLE4_HISTORY=https://jungle4.greymass.com
API_JUNGLE4_CHAIN=https://jungle4.greymass.com
API_KYLIN_HISTORY=https://kylintestnet.greymass.com
API_KYLIN_CHAIN=https://kylintestnet.greymass.com

Add your private key in there if you want to enable the local Private Key Signer instead of using Anchor for each test transaction.

Run bun dev to start the development server then visit http://localhost:5173