Code Monkey home page Code Monkey logo

kali-contracts's People

Contributors

audsssy avatar jordanteague avatar nerderlyne avatar z0r0z avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kali-contracts's Issues

Compile errors when starting project

I got this project fresh and ran into errors doing npx hardhat compile. These are the changes I had to make:

in contracts/multi-sig/ClubSig.sol:
change import '../tokens/ERC721/ERC721initializable.sol'; to import '../tokens/erc721/ERC721initializable.sol'; (casing on directory)
add import '../utils/Multicall.sol';

in contracts/tokens/erc721/KaliNFT.sol:
add import '../../../utils/Multicall.sol';

Compilation worked after that.

Then tests failed. Steps to correct the tests and get them working:

In KaliDAO.test.js:
There is something called FixedERC20 which is not a contract in the repo. When changing it to KaliERC20 it appears that this was not meant to be the correct contract as FixedERC20 seems to include a constructor. I was not able to get past this.

ShareManager suggestions

Maybe the two main requirements from smart contract perspective are to limit the manager grant to a certain ceiling of tokens and an expiration deadline for the minting powers. Maybe similar parameters for burning.

by Ivelin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.