Skip to content

crypticnfk/AnbeShivam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnbeShivam

Decentralized and completely transparent Project Funding Platform which exclusively allows only accredited investors to access the platform contents.

AnbeShivam Beta is now live on the Polygon Mumbai Testnet. Visit https://anbe-shivam.vercel.app


AnbeShivam Smart Contract Deployments

Mumbai

Contract Deployed address
AnbeShivamMain Contract 0x6C5452e7822c82af4ee38041f4749EdaBfaa2F79
GODS Token Contract 0xFfFcC7aFa25fC131e54c4E194eC9D97eAA1C62d9
AnbeShivam NFT Contract 0x28a3a80bF1A53653f85150cBB0BA2A3E3cb817Fc

Tech Stack Used

  • Truffle Suite
  • IPFS
  • Chainlink Price Feeds
  • OpenZeppelin Contracts
  • Next js
  • react-bootstrap

Run Locally

Pre-Requisites

  • Node JS version 12 or higher
  • Truffle Suite
  • ganache-cli

Clone the project

  git clone git@github.com:crypticnfk/AnbeShivam.git

Go to the project directory

  cd AnbeShivam

Deploying locally to personal blockchain using Ganache

Install dependencies

  npm install

Compile the Smart Contracts

  truffle compile

Run Ganache (spins up a local blockchain)

  ganache-cli

Run migrations to deploy the smart contracts to the local blockchain

  truffle migrate

Setting up the client

Go to the client directory

  cd client

Install dependencies

  npm install

Start a dev server

  npm run dev

Visit http://localhost:3000/ to view the DApp.

Running Tests

To run tests, run the following command

  truffle test

Contribute

Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

Feedback

If you have any feedback, please reach out to us at cryptomaniac@anbeshivam.com

License

MIT

About

Decentralized Project Funding Platform on Polygon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published