Skip to content

Blocverse01/Taas-platform

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, Ensure you have the right node version:

Using NVM

A .nvmrc file has been added to make it convenient to get the right nodejs version for this project. Use the nvm use command to tell NVM to use node version in the configuration file

nvm use

Not Using NVM

Checkout the engines field in package.json to get the required node.js version

Next run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

TODO

Change Price Should Be a MultSig Change Property Name Change Token Ticker Add Time Lock Add Functionality to Change Price, PropertyName and TokenTicker on contract Upgradeable Smart Contracts for backwards compatibility (AssetFactory, AssetToken)

Releases

No releases published

Packages

No packages published