Next-gen NFT platform for artists and collectors.
- stabilitydao/rarest - smart contracts
- stabilitydao/rarest-interface - frontend application|
Ethereum ethereum/go-ethereum
Solidity ethereum/solidity
OpenZeppelin OpenZeppelin/openzeppelin-contracts
Ethers ethers-io/ethers.js
Hardhat nomiclabs/hardhat
TypeChain dethcrypto/TypeChain
Waffle EthWorks/Waffle
- https://ethereum.org/en/developers/docs/
- https://docs.soliditylang.org/
- https://docs.openzeppelin.com/contracts/4.x/
- https://hardhat.org/getting-started/
git clone https://github.com/stabilitydao/rarest.git
cd rarest
yarn
npx hardhat node
yarn test
yarn lint
yarn coverage
yarn clean